mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-29 11:33:46 +01:00
Add default and watch task.
This commit is contained in:
@@ -19,3 +19,10 @@ gulp.task('scripts', ['clear'], function() {
|
|||||||
.pipe(uglify())
|
.pipe(uglify())
|
||||||
.pipe(gulp.dest(paths.dest));
|
.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