Skip to content

Commit

Permalink
Add new sass files to gulpfil package task
Browse files Browse the repository at this point in the history
lennym committed Jun 8, 2017

Verified

This commit was signed with the committer’s verified signature.
lennym Leonard Martin
1 parent c5a59f9 commit 93f4448
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
@@ -137,7 +137,9 @@ gulp.task('package:prepare', () => {
return gulp.src(
[
paths.assetsScss + '**/elements/**/*.scss',
paths.assetsScss + '_govuk-elements.scss'
paths.assetsScss + '_govuk-elements.scss',
paths.assetsScss + '_govuk-toolkit.scss',
paths.assetsScss + '_elements.scss'
])
.pipe(gulp.dest(paths.package + 'public/sass/'))
})

0 comments on commit 93f4448

Please sign in to comment.