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('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']);
251
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']);
0 commit comments