mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Move static new stuff task to gulp
This commit is contained in:
@@ -9,10 +9,10 @@ gulp.task('build', () => {
|
||||
}
|
||||
});
|
||||
|
||||
gulp.task('build:dev', (done) => {
|
||||
gulp.task('build:dev', ['prepare:staticNewStuff'], (done) => {
|
||||
gulp.start('grunt-build:dev', done);
|
||||
});
|
||||
|
||||
gulp.task('build:prod', (done) => {
|
||||
gulp.task('build:prod', ['prepare:staticNewStuff'], (done) => {
|
||||
gulp.start('grunt-build:prod', done);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user