#!/bin/bash url http://code.jquery.com/jquery-latest.js>jquery.js curl https://raw.github.com/documentcloud/underscore/ master/underscore.js>underscore.js curl https://raw.github.com/documentcloud/backbone/ master/backbone.js>backbone.js
Although these libs can be fetched manually, or like a part of for example Yeoman project or Bower, I found that sometimes I don't need all the functionallity that comes with package managers. So this script is ideal for a fast production setup.
It can be found on my Git repo.
Happy Coding.
This comment has been removed by the author.
ReplyDelete