Sha256: a9d412eeb58c7540ae296b3285f526a11d8460f21ae10e313b4cb4d3cc7a68fe
Contents?: true
Size: 663 Bytes
Versions: 2
Compression:
Stored size: 663 Bytes
Contents
bower-rails =========== rake tasks for bower on rails. Dependency file is bower.json in Rails root dir. **Install** in Gemfile ``` Ruby gem 'bower-rails' ``` **example config file** ``` javascript { "lib": { "dependencies": { "threex" : "git@github.com:rharriso/threex.git", "gsvpano.js" : "https://github.com/rharriso/GSVPano.js/blob/master/src/GSVPano.js" } }, "vendor": { "dependencies": { "three.js" : "https://raw.github.com/mrdoob/three.js/master/build/three.js" } } } ``` **Available command ``` bash rake bower:install #install js components rake bower:update #update js components ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bower-rails-0.1.3 | README.md |
bower-rails-0.1.2 | README.md |