Hi guys, I am looking for an asset management solution similar to sprockets
/ assetpipeline on rails (
http://guides.rubyonrails.org/asset_pipeline.html#manifest-files-and-directives
).

What's important to me is:
* Fingerprinting of all assets so that there are no problems with CDNs
* Support for CDN fetching from source (e.g. CDN loads it's initial
contents from the source site, but the html generated in the views
references the CDN)
* precompilation in production, individual files in development mode
* support for stylus, less, coffeescript and if possible sass/compass,
uglifyjs, css compression

I recently found brewerjs.org, which looks interesting and there is
connect-assets (https://github.com/TrevorBurnham/connect-assets)

Any other recommended packages to look at as of April 2012?

Cheers
Martin

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to