asset_packager icon indicating copy to clipboard operation
asset_packager copied to clipboard

Include your previous changes, indicating Rails 3.0 compatibility

Open jbn opened this issue 14 years ago • 4 comments

It took me a bit of time to find figure out if asset_packager was Rails 3.0 compatible. I found your blog post (http://synthesis.sbecker.net/articles/2010/03/21/asset-packager-rails-3-ruby-1-9-compatible) and updated the README file to reflect those changes.

jbn avatar Dec 21 '10 00:12 jbn

Hey jbn, if you'd like an up-to-date fork of asset_packager, I've been (mostly) keeping up with various updates on my fork, as well as including Google's Closure Compiler as an alternative to JSMin. Feel free to check it out, or stick with sbecker's version.

bouchard avatar Dec 22 '10 03:12 bouchard

+1 for brady8's fork (thanks!)

xnzac avatar Sep 23 '11 12:09 xnzac

Thanks @zaczheng. Note that since then we've moved most of development to Rails 3.1, which with the addition of Sprockets + UglifyJS + Sass/SCSS or LESS makes asset_packager obsolete for our use. Feel free to fork my repo and carry on work as you like, of course!

bouchard avatar Sep 23 '11 12:09 bouchard

Thanks for the heads up @brady8.

For anyone else reading this, I've forked @ennova's(which forked from your..er..fork) and it's working fine for Rails 3.0 / Ruby 1.9.2.

xnzac avatar Sep 23 '11 12:09 xnzac