bundle-up
bundle-up copied to clipboard
An asset manager for nodejs
Bumps [express](https://github.com/expressjs/express) from 2.5.11 to 4.17.1. Release notes *Sourced from [express's releases](https://github.com/expressjs/express/releases).* > ## 4.17.1 > * Revert "Improve error message for `null`/`undefined` to `res.status`" > > ## 4.17.0 >...
Workaround for `app.locals` not being a function anymore, with backwards compatibility. Resolves #39.
`app.locals` isn't a function anymore in Express ~4.0.0, so bundle_up.coffee breaks. I have a workaround, will add a PR shortly.
I have a following issue running my node program with bundle up. I'd highly appreciate any hint in terms why that might happen. ``` dust-mongo-express git:(master) ✗ node app Found...
Since bundle-up and bundle-up2 were long no more being updated, I've created my own Fork, which now supports Express 4. You can find it here: https://github.com/nodecode/bundle-up3 https://www.npmjs.org/package/bundle-up3
Ran into a strange problem where I've committed a project using bundle-up, and the static root ( after the commit ) contained files from the .svn metadata. It was locking...
I hosted my app that use bundle-Up on nodejitsu, mut if I enable the minifyCss & minifyJs options, the app start take over 20 seconds to start, and the hosting...
Hi, I've installed bundle-up in a node 0.10.1 environment but I got the following warning: npm WARN engine [email protected]: wanted: {"node":">= 0.6.x < 0.9.0"} (current: {"node":"v0.10.1","npm":"1.2.15"}) And I can't launch...
hi, is there a way to specify a custom folder name fpr the generated assets? instead of the given > /generated/bundle/037e6e5_global.css i want to use > /assets/037e6e5_global.css any advice? thanks!