I have a lot of JQuery plugins. I want Node.js to join them automatically, and then minify them.
Is there a way to do this in Node.js
|
I have a lot of JQuery plugins. I want Node.js to join them automatically, and then minify them. Is there a way to do this in Node.js
| |||
|
feedback
|
|
If you're using Connect, then I've had good luck with Connect-Assetmanager | |||
|
feedback
|
|
UglifyJS is a Node module that is all about minifying javascript. I don't think it also joins files, but there might be an option I missed. | |||
feedback
|
|
If you like the Rails 3.1 asset pipeline approach, you should try my connect-assets library. | |||
|
feedback
|
|
Here's a asset manager that takes features of Node.js seriously. | |||
|
feedback
|