https://github.com/dbox/roots-bower
Sample Bower integration for roots
https://github.com/dbox/roots-bower
Last synced: 6 months ago
JSON representation
Sample Bower integration for roots
- Host: GitHub
- URL: https://github.com/dbox/roots-bower
- Owner: dbox
- Created: 2015-05-31T20:13:24.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-01T03:36:43.000Z (about 11 years ago)
- Last Synced: 2025-06-12T11:54:29.733Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 727 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# roots-bower
Roots w/ Sample Bower Integration
## Setup
- make sure [node.js](http://nodejs.org) and [roots](http://roots.cx) 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 --save-dev` (The `bower_components` directory is currently set to default name and location, change it with: [.bowerrc](http://bower.io/docs/config/))
- 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.