Heisenbergjs / heisenberg

A project base for building modern JavaScript applications
http://heisenbergjs.github.com/heisenberg/
156 stars 12 forks source link

Pulldown attempt #19

Closed jackfranklin closed 11 years ago

jackfranklin commented 11 years ago

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:

{
  "destination": "lib",
  "dependencies": [
    "http://requirejs.org/docs/release/2.1.2/minified/require.js",
    "https://raw.github.com/wycats/handlebars.js/master/dist/handlebars.js",
    "http://code.jquery.com/jquery.min.js",
    "https://raw.github.com/requirejs/text/master/text.js"
  ]
}

This achieves the following:

Please do check this out and have a play with it locally, and also read the pulldown documentation.

tgvashworth commented 11 years ago

:+1:

DOO EEEET

latentflip commented 11 years ago

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?

jackfranklin commented 11 years ago

Probably the latter - I'll put this as a bug onto pulldown.