Closed jackfranklin closed 11 years ago
:+1:
DOO EEEET
There seems to be an issue with this @jackfranklin pulldown seems to trip up on the fact that the ./lib directory doesn't exist. Not sure if that should be fixed with a ./lib and a ./lib/.gitkeep in this repo, or if it's really a bug in pulldown? Probably the latter?
Probably the latter - I'll put this as a bug onto pulldown.
So this uses my pulldown library to manage dependencies.
Pulldown uses a simple
.pulldownrc
file that has an array of URLs in, and will download them. The file looks like this:This achieves the following:
grunt requirejs
work as we'd like it to.lib/
.pulldownrc
file, it's very easy to delete and replace with package manager of choicepulldown
.Please do check this out and have a play with it locally, and also read the pulldown documentation.