Sprockets::GemPaths
Adds a .append_gem_paths method to Sprockets::Environment, which adds paths
to vendored gems (think bourbon), when using sprockets outside of rails.
Extracted from Middleman.
Installation
Add this line to your application's Gemfile:
gem 'sprockets-gem-paths'
Usage
Build your sprockets environment.
environment = Sprockets::Environment.new
environment.add_path 'assets'Append paths to gems.
environment.append_gem_pathsContributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request