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