sstephenson / sprockets

Rack-based asset packaging system
2.55k stars 24 forks source link

CommonJS and Sprockets4 ? #732

Closed andyl closed 8 years ago

andyl commented 9 years ago

Does Sprockets4 intend to support CommonJS modules and import/export?

Right now I'm using browserify-rails - it works but is slow and doesn't handle style/image assets. My other alternative is a NodeJS build system, but I'd rather avoid that if possible.

schneems commented 9 years ago

If this is still an active issue can you close this one and re-open it at http://github.com/rails/sprockets. Active development has moved to that repo.

If you've got a bug with sprockets 3 please make sure you've tried the latest 3.3.3. If you can confirm this is still an active issue, the fastest way to get it fixed is to create a small example app that reproduces the failure and open an issue in the new repo http://github.com/rails/sprockets.

rafaelfranca commented 8 years ago

This issue was moved to rails/sprockets#173