Skip to content

dbox/roots-bower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

roots-bower

Roots w/ Sample Bower Integration

Setup

  • make sure node.js and roots are installed
  • run npm install
  • run bower install
  • run roots watch

Usage

  • Uninstall sample bower packages: bower uninstall jquery --save-dev, bower uninstall rrssb --save-dev
  • Install new bower component with bower install <package-name> --save-dev (The bower_components directory is currently set to default name and location, change it with: .bowerrc)
  • Reference the bower package's .css file(s) in css-manifest.yml
  • Reference the bower package's .js file(s) in js-manifest.yml
  • If you're using ship to deploy the site, you can get rid of the after hook in app.coffee then add ignores: ["public/bower_components/**"] to your ship.conf

Thanks to @hhsnopek for getting this to work.

About

Sample Bower integration for roots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published