mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 13:17:24 +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 });
|
||||
});
|
||||
|
||||
gulp.task('prod', ['clean', 'stylus', 'copy'], function() {
|
||||
gulp.task('prod', ['clean', 'stylus', 'browserify', 'copy'], function() {
|
||||
// @TODO: Finish this
|
||||
});
|
||||
gulp.task('default', ['dev']);
|
||||
|
||||
Reference in New Issue
Block a user