You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grunt.registerTask('default','Build lodash, Browserify, add banner, and minify',['lodash','browserify:main','concat:deploy','min:deploy']);
260
260
grunt.registerTask('publish','Upload to S3 and invalidate Cloudfront (full semantic version only)',['upload_setup','lodash','browserify:main','concat:deploy','min:deploy','s3:not_pinned','cloudfront:not_pinned']);
261
261
grunt.registerTask('publish-pinned','Upload to S3 and invalidate Cloudfront (full semantic version and semantic major version)',['upload_setup','lodash','browserify:main','concat:deploy','min:deploy','s3','cloudfront']);
262
+
grunt.registerTask('quick','Build snowplow.js, skipping building lodash and minifying',['browserify:main','concat:deploy']);
0 commit comments