mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 13:55:04 +02:00
Perform sprite compilation before rev'ing and copying
Kind of important... but y'know
This commit is contained in:
committed by
Eliot Partridge
parent
c8472f5c65
commit
b9d50c2665
+1
-1
@@ -325,7 +325,7 @@ const empty = cb => cb();
|
||||
const tsTools = npmScript('ts-tools');
|
||||
const spritesTask = argv.sprites ? gulp.series(tsTools, sprites) : empty;
|
||||
|
||||
const build = gulp.series(clean, setProd, common, spritesTask, ts, webpackProd, sw, size);
|
||||
const build = gulp.series(clean, setProd, spritesTask, common, ts, webpackProd, sw, size);
|
||||
const admin = gulp.series(clearnAdmin, setProd, sassAdmin, ts, webpackAdmin);
|
||||
const dev = gulp.series(clean, spritesTask, common, gulp.parallel(serverDev, watch, watchTools));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user