Skip to content

Commit

Permalink
Update gulpfile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Durgesh4993 authored Nov 6, 2023
1 parent c66308d commit e69878a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Include gulp
var gulp = require('gulp');


// Include Our Plugins
var jshint = require('gulp-jshint');
var less = require('gulp-less');
Expand Down Expand Up @@ -120,4 +121,4 @@ gulp.task('watch', function() {
});

// Default Task
gulp.task('default', ['less', 'scripts', 'watch']);
gulp.task('default', ['less', 'scripts', 'watch']);

0 comments on commit e69878a

Please sign in to comment.