mklabs / node-build-script

MIT License
322 stars 55 forks source link

vnext(s) #18

Open mklabs opened 12 years ago

mklabs commented 12 years ago

0.1

If plugin is installed locally, have the user manually install the dep.

first time dom task is run -> print user message to install jsdom if not yet done

If plugin installed globally, more problematic. still have to figure out how to do this.

0.2

paulirish commented 12 years ago

manifest generation could be done via https://github.com/jamesgpearce/confess

mklabs commented 12 years ago

Ohhh yeah, definitely in my todo list. grunt has built-in support and good examples of tasks on how to drive phantomjs, so I guess this could be nicely integrated. Added! (for next version)

Munter commented 12 years ago

Have you guys had a look at https://github.com/One-com/assetgraph-builder ? You seem to be planning pretty much the same features, so it might be beneficial to take a look at it, especially if you are going for a dom-based build.

mklabs commented 12 years ago

@Munter Yep, I stumbled across https://github.com/One-com/assetgraph. Love the project, the approach of taking the dom as the primary source of information is really great and has immense potential. I just have a few issues with jsdom right now, especially for windows users.

Keep up the good work. The dom-based build may benefit from your excellent work.