НА: [nodejs] Re: Asset management in node.js

2013-08-07 Thread Denis Bardadym
Try to see nodeca/mincer it is full port of sprockets if you know what is it. I successfully use it with connect. BR, Denis -- От: David Beck Отправлено: 07.08.2013 21:18 Кому: nodejs@googlegroups.com Тема: [nodejs] Re: Asset management in node.js Cartero is new

НА: [nodejs] Re: Asset management in node.js

2013-08-07 Thread Denis Bardadym
Try to see nodeca/mincer it is full port of sprockets if you know what is it. I successfully use it with connect. BR, Denis -- От: David Beck Отправлено: 07.08.2013 21:18 Кому: nodejs@googlegroups.com Тема: [nodejs] Re: Asset management in node.js Cartero is new

[nodejs] Re: Asset management in node.js

2013-08-07 Thread David Beck
Cartero is new option that takes a modularized approach to asset management. It supports precompilation in production, individual files in development mode, less, coffeescript, etc, and also fingerprinting using an MD5 hash. It does not include pulling external assets from a CDN, but it looks l

[nodejs] Re: Asset management in node.js

2013-08-06 Thread Craig Spaeth
Thanks for recommending my project! Glad you've found it useful :) On Wednesday, April 3, 2013 5:03:58 AM UTC-4, Illimar Tambek wrote: > > I recently discovered NAP (https://github.com/craigspaeth/nap/) and I > must say that after trying about 10 different tools I think this is the > best one ou

[nodejs] Re: Asset management in node.js

2013-04-03 Thread Illimar Tambek
I recently discovered NAP (https://github.com/craigspaeth/nap/) and I must say that after trying about 10 different tools I think this is the best one out there. Straightforward, minimal configuration, supports css and js preprocessors (stylus, less, coffee, etc), and template precompilation (y

Re: [nodejs] Re: Asset management in node.js

2012-04-15 Thread Martin Wawrusch
Thanks guys. AssetGraph looks great but contains too much magic for this particular project, a straight rails 3.1 port. For now I am going with connect-assets until I hit a major roadblock (haven't tried the CDN part yet). On Sun, Apr 15, 2012 at 4:43 AM, papandreou wrote: > Hi Martin, > > assetg

[nodejs] Re: Asset management in node.js

2012-04-15 Thread papandreou
Hi Martin, assetgraph-builder comes pretty close to ticking all your boxes: https://github.com/One-com/assetgraph-builder, except that it requires a separate build step. Stylus and coffeescript are not yet compiled in production, but it would be trivial to add as it's already supported by the

[nodejs] Re: Asset management in node.js

2012-04-14 Thread akira
I use Asereje, https://github.com/masylum/asereje On Apr 14, 8:19 am, Martin Wawrusch wrote: > 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-... > ). > > What's import