Forbes Lindesay
Forbes Lindesay
Yeh, just figured I'd pop out some food for thought while I remembered. This would cut the size by about 15Mb, which is currently most of the size of the...
I tried having a go at this on a branch, but it's not passing unit tests. May be worth deferring this to the following release. To make this work we'll...
P.S. I created an issue for that error thowing problem https://github.com/visionmedia/consolidate.js/issues/59
The problem is it's fine as a very opinionated framework, but not when we want to keep this un-opinionated. At the moment we just install jade, coffee-script and stylus. If...
Getting an error that just says the module was not found makes it really hard for the user. If we made it just print `You must run npm install -g...
Once #36 is merged this will be a trivial change. We will just need to switch to rendering files one at a time rather than in parallel and install [load-engine](https://github.com/ForbesLindesay/load-engine)...
I'll add some unit tests, so far all I've done is manual testing. The problem is not that `npm install -g [library]` requires an additional command, the problem is: 1....
`load-engine` now has very thorough unit tests and travis-ci integration enabled.
I think we could safely add `node_modules` as an implicit blacklist that's enforced whether you like it or not. "grep" is the word you're looking for as far as specifying...
I'd like to suggest that we detect dependencies by compiling files one at a time with hooks in all of the file-system methods.