Skip to content

Commit

Permalink
add sass to run before spress-serve (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
biz123 authored and Lauren Burroughs committed Apr 21, 2017
1 parent c25e9c0 commit 2b725cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ gulp.task('spress-watch', function() {
});
});

gulp.task('spress-serve', function () {
gulp.task('spress-serve', ['sass'], function () {
return gulp.src(defaults.spress_home)
.pipe(exec('fuser 4000/tcp --kill || true'))
.pipe(exec(defaults.spress_bin + ' site:build --server --source=' + defaults.spress_home));
Expand Down

0 comments on commit 2b725cc

Please sign in to comment.