Skip to content

Commit

Permalink
The styles task exists without Sass too
Browse files Browse the repository at this point in the history
  • Loading branch information
silvenon committed Jan 26, 2015
1 parent bf74949 commit 63ac938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ gulp.task('extras', function () {

gulp.task('clean', require('del').bind(null, ['.tmp', 'dist']));

gulp.task('serve', [<% if (includeSass) { %>'styles', <% } %>'fonts'], function () {
gulp.task('serve', ['styles', 'fonts'], function () {
browserSync({
notify: false,
port: 9000,
Expand Down

0 comments on commit 63ac938

Please sign in to comment.