alchaplinsky / polymer-rails

Polymer and web components for Ruby on Rails
MIT License
286 stars 80 forks source link

Asset Compresseion #13

Closed steventill closed 9 years ago

steventill commented 10 years ago

If asset compression is enabled, ie: config.assets.js_compressor = :uglifier config.assets.css_compressor = :sass

included assets need to be compressed while inlining the js and stylesheets

alchaplinsky commented 10 years ago

Agree, was going to dive into this task in nearest future.

alchaplinsky commented 9 years ago

Done in v.0.2.5. Thank's for contribution!