Skip to content

Commit

Permalink
fixed gulpfile
Browse files Browse the repository at this point in the history
  • Loading branch information
t1m0n committed Jul 2, 2016
1 parent db72e0f commit 77c81cf
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 @@ -31,7 +31,7 @@ gulp.task('watch', function () {
});

gulp.task('dev', ['css','js','i18n', 'cssPage', 'jade-ru', 'jade-en', 'watch']);
gulp.task('build', ['css','js','i18n', 'jade-ru',' jade-en']);
gulp.task('build', ['css','js','i18n', 'jade-ru', 'jade-en']);



Expand Down

0 comments on commit 77c81cf

Please sign in to comment.