-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added batch file to update dependencies
- Loading branch information
Derick Bailey
committed
Jul 10, 2013
1 parent
d0088fa
commit 9975156
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
echo "UPDATING MARIONETTE.JS DEPENDENCIES..." | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong. |
||
|
||
curl https://raw.github.com/douglascrockford/JSON-js/master/json2.js > public/javascripts/json2.js | ||
curl http://underscorejs.org/underscore.js > public/javascripts/underscore.js | ||
curl http://backbonejs.org/backbone.js > public/javascripts/backbone.js | ||
curl http://code.jquery.com/jquery.js > public/javascripts/jquery.js | ||
curl https://raw.github.com/marionettejs/backbone.wreqr/master/lib/backbone.wreqr.js > public/javascripts/backbone.wreqr.js | ||
curl https://raw.github.com/marionettejs/backbone.babysitter/master/lib/backbone.babysitter.js > public/javascripts/backbone.babysitter.js |
seems like this should be put into the grunt / gulp file
see #944