Include your previous changes, indicating Rails 3.0 compatibility#22
Open
jbn wants to merge 1 commit intosbecker:masterfrom
jbn:master
Open
Include your previous changes, indicating Rails 3.0 compatibility#22jbn wants to merge 1 commit intosbecker:masterfrom jbn:master
jbn wants to merge 1 commit intosbecker:masterfrom
jbn:master
Conversation
|
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. |
|
+1 for brady8's fork (thanks!) |
|
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! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.