mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 21:27:23 +01:00
Added browserify to prod task
This commit is contained in:
@@ -193,7 +193,7 @@ gulp.task('dev', ['watch'], function() {
|
|||||||
nodemon({ script: pkg.main });
|
nodemon({ script: pkg.main });
|
||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('prod', ['clean', 'stylus', 'copy'], function() {
|
gulp.task('prod', ['clean', 'stylus', 'browserify', 'copy'], function() {
|
||||||
// @TODO: Finish this
|
// @TODO: Finish this
|
||||||
});
|
});
|
||||||
gulp.task('default', ['dev']);
|
gulp.task('default', ['dev']);
|
||||||
|
|||||||
Reference in New Issue
Block a user