Vendorify

Put your vendor assets where they belong.

View the Project on GitHub bitaculous/vendorify

Vendorify expands the Sprockets and Sass path to the vendor/assets directory in your project, so you can put your vendor assets into it.

Installation

  1. Add Vendorify to your Gemfile:

    group :assets do
      gem 'vendorify', github: 'bitaculous/vendorify'
    end
    
  2. Run bundle install

Usage

Put your vendor assets into vendor/assets/fonts, vendor/assets/images, vendor/assets/javascripts or vendor/assets/stylesheets.

That's all.

Development

Specs

Use the rspec command to run the specs:

$ rspec

or via Guard:

$ guard -g spec

Code Status

Travis CI Status Gemnasium Status

Bug Reports

Github Issues are used for managing bug reports and feature requests. If you run into issues, please search the issues and submit new problems here.

Versioning

This library aims to adhere to Semantic Versioning 2.0.0. Violations of this scheme should be reported as bugs. Specifically, if a minor or patch version is released that breaks backward compatibility, that version should be immediately yanked and / or a new version should be immediately released that restores compatibility.

License

Vendorify is released under the MIT License (MIT), see LICENSE.