Sha256: 694db95e1a5c13d597d4a51d5f521089d457358efb48b12f9471806d948e6965
Contents?: true
Size: 1.12 KB
Versions: 1
Compression:
Stored size: 1.12 KB
Contents
# Jekyll Bower [![build status](https://gitlab.com/SaiAshirwadInformatia/Jekyll-Bower/badges/master/build.svg)](https://gitlab.com/SaiAshirwadInformatia/Jekyll-Bower/commits/master) [![Gem Version](https://badge.fury.io/rb/jekyll-bower.svg)](https://badge.fury.io/rb/jekyll-bower) This plugin provides support for resolving JavaScript dependencies using **bower** ### Installation This plugin is available as a [RubyGem](https://rubygems.org/gems/jekyll-bower/) 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-bower ``` After the plugin has been installed successfully, add the following lines to your _config.yml in order to tell Jekyll to use the plugin: ```yaml 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 Copyright (c) 2016 Rohan Sakhale License: MIT
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-bower-1.0.7 | README.md |