Formatting fixes
This commit is contained in:
@@ -98,13 +98,11 @@ gulp.task('version', function() {
|
||||
|
||||
gulp.task('watch', function() {
|
||||
livereload.listen();
|
||||
|
||||
gulp.watch('assets/less/**/*.less', ['less']).on('change', livereload.changed);
|
||||
gulp.watch('assets/js/**/*.js', ['jshint', 'js']).on('change', livereload.changed);
|
||||
gulp.watch('**/*.php').on('change', function(file) {
|
||||
livereload.changed(file.path);
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
gulp.task('default', ['less', 'jshint', 'js', 'modernizr']);
|
||||
|
||||
Reference in New Issue
Block a user