Skip to content

Commit

Permalink
Fetch the json files from S3
Browse files Browse the repository at this point in the history
  • Loading branch information
sly7-7 committed Feb 12, 2016
1 parent d646a05 commit 542e275
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Expand Up @@ -7,5 +7,9 @@ default:
@curl -O http://builds.emberjs.com/tags/$(VERSION)/ember-testing.js
@curl -O http://builds.emberjs.com/tags/$(VERSION)/ember-template-compiler.js
@curl -O http://builds.emberjs.com/tags/$(VERSION)/ember-runtime.js
@curl -O http://builds.emberjs.com/tags/$(VERSION)/bower.json
@curl -O http://builds.emberjs.com/tags/$(VERSION)/component.json
@curl -O http://builds.emberjs.com/tags/$(VERSION)/composer.json
@curl -O http://builds.emberjs.com/tags/$(VERSION)/package.json

.PHONY: default

0 comments on commit 542e275

Please sign in to comment.