Jekyll Bower

This plugin provides support for resolving JavaScript dependencies using bower

Installation

This plugin is available as a RubyGem

Add this line to your application's Gemfile:

gem 'jekyll-bower'

And then execute the bundle install command to install the gem.

Alternatively, you can also manually install the gem using the following command:

$ gem install jekyll-autoprefixer

After the plugin has been installed successfully, add the following lines to your _config.yml in order to tell Jekyll to use the plugin:

gems:
  - jekyll-bower

Contribute

Fork this repository, make your changes and then issue a pull request. If you find bugs or have new ideas that you do not want to implement yourself, file a bug report.

Copyright (c) 2015 Rohan Sakhale

License: MIT