Skip to content

Commit

Permalink
Merge pull request #857 from null-a/use-minified-bundle
Browse files Browse the repository at this point in the history
Upload minified bundle to CDN.
  • Loading branch information
stuhlmueller committed Jul 2, 2017
2 parents ae0b110 + eaa744d commit 9b74180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cdnUpload
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var params = {
ACL: 'public-read',
Bucket: 'cdn.webppl.org',
Key: fileName,
Body: fs.createReadStream('bundle/webppl.js').pipe(gzip),
Body: fs.createReadStream('bundle/webppl.min.js').pipe(gzip),
ContentEncoding: 'gzip',
ContentType: 'application/javascript'
};
Expand Down

0 comments on commit 9b74180

Please sign in to comment.