Skip to content

Commit

Permalink
added batch file to update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Bailey committed Jul 10, 2013
1 parent d0088fa commit 9975156
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions getdeps
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
echo "UPDATING MARIONETTE.JS DEPENDENCIES..."

This comment has been minimized.

Copy link
@samccone

samccone Feb 26, 2014

Member

seems like this should be put into the grunt / gulp file

see #944

This comment has been minimized.

Copy link
@samccone

samccone Feb 26, 2014

Member

andddd this is not even used anywhere in the repo.

ping @cobbweb @jmeas


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

0 comments on commit 9975156

Please sign in to comment.