closure-sprockets icon indicating copy to clipboard operation
closure-sprockets copied to clipboard

Sprockets processor for Google's Closure tools

Results 4 closure-sprockets issues
Sort by recently updated
recently updated
newest added

Using Rails 4.1.7, Sprockets 2.11.3 gives this error when running `rake assets:precompile`. Note: this only happens when using the latest source from github. e.g. ``` ruby gem "closure-sprockets", :github =>...

How do I test my changes?

I'm trying to use closure-sprockets outside of Rails and noticed that all classes are defined at the top-level.

Since closure compiler supports Source Maps, it would be great to have these automatically linked/generated when using the rails asset pipeline.