Skip to content

Commit

Permalink
Allow Sass compilation to finish before SassDoc
Browse files Browse the repository at this point in the history
Gets changes into the browser slightly faster
  • Loading branch information
colinrotherham committed Nov 23, 2022
1 parent cd6f256 commit 6e7d89d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ gulp.task('scripts', gulp.series(
*/
gulp.task('styles', gulp.series(
npmScriptTask('lint:scss'),
npmScriptTask('build:sassdoc'),
compileStylesheets
compileStylesheets,
npmScriptTask('build:sassdoc')
))

/**
Expand Down

0 comments on commit 6e7d89d

Please sign in to comment.