Switch to new sprockets-rails plugin#7964
Conversation
|
Seems good. But we have to fix the |
|
Looks great so far 👍 |
|
Looking good, but looks like we'll need a way to convert existing assets.compress = true? There should be a smooth path from that setting, even if it's just a proper error message saying what to do. On Oct 16, 2012, at 11:24 AM, Joshua Peek notifications@github.com wrote:
|
|
@guilleiguaran weren't you doing something about the compressor plugins so installing uglifer would make it available or something? |
|
I'm not sure what to do about sass-rails, half that plugin should be deleted. |
|
@josh confirmed. I removed almost all the sass-rails railties code and it is working. But I had to change the |
|
@rafaelfranca sprockets doesn't add anything new to sass's importer. If theres some extra https://github.com/sstephenson/sprockets/blob/master/lib/sprockets/sass_importer.rb#L13-27 |
|
@josh there is an easy way to do this in the |
|
I'm 👍 to merge this one now. @guilleiguaran @dhh do you guys have any block? @josh could you make our like easier and add the CHANGELOG entries? |
|
Sent from my iPhone On Oct 17, 2012, at 7:06 PM, Rafael Mendonça França notifications@github.com wrote:
|
Switch to new sprockets-rails plugin
|
I'm going to switch over the rails/sprockets-rails plugin now. |
I've got railties passing under my sprockets-rails variant, not without some changes in behavior.
I've started outlining intentional changes in the README. Any other behavior changes are probably an oversight on my part.
I think the idea is I'd move my branch over to
rails/sprocket-railswhen this is approved./cc @dhh @jeremy @rafaelfranca @guilleiguaran