node-istatic
v0.3.2
Published
Static File Manager.
Readme
iStatic
Static File Manager
Installation
$ npm install node-istaticExample
Put a file named static.yaml to the root of your project repository.
backbone:
version: 0.9.2
url: git://github.com/documentcloud/backbone.git
file:
/backbone.js: /public/js/lib/backbone/
lodash:
version: 0.8.2
url: git://github.com/bestiejs/lodash.git
file:
/lodash.js: /public/js/lib/and then
$ istatic pull