mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-28 11:04:08 +01:00
Add default and watch task.
This commit is contained in:
@@ -19,3 +19,10 @@ gulp.task('scripts', ['clear'], function() {
|
||||
.pipe(uglify())
|
||||
.pipe(gulp.dest(paths.dest));
|
||||
});
|
||||
|
||||
|
||||
gulp.task('default', ['scripts']);
|
||||
|
||||
gulp.task('watch', function() {
|
||||
gulp.watch(paths.scripts, ['scripts']);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user