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

Asset path helpers for Sprockets 2.0 applications

Results 2 sprockets-helpers issues
Sort by recently updated
recently updated
newest added

RubyGems.org doesn't report a license for your gem. This is because it is not specified in the [gemspec](http://docs.rubygems.org/read/chapter/20#license) of your last release. via e.g. ``` spec.license = 'MIT' # or...

Is there a reason you used `javascript_tag` instead of `javascript_include_tag`? I'm finding that other gems are trying to use javascript_tag to include a script tag with content and I can't...