We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f000e9 commit f8df3caCopy full SHA for f8df3ca
gulpfile.js
@@ -156,7 +156,7 @@ gulp.task('clean', function() {
156
.pipe(clean({force: true}));
157
});
158
159
-gulp.task('upload', function(cb) {
+gulp.task('upload', ['compress-scripts'], function(cb) {
160
uploadCDN('./dist/av-mini.js', getAVVersion(), function(){
161
uploadCDN('./dist/av-core-mini.js', getAVVersion(), cb);
162
0 commit comments