https://github.com/mgwidmann/bower-brunch-coffeescript-sass
https://github.com/mgwidmann/bower-brunch-coffeescript-sass
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mgwidmann/bower-brunch-coffeescript-sass
- Owner: mgwidmann
- Created: 2015-10-13T21:32:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-13T21:33:39.000Z (over 10 years ago)
- Last Synced: 2024-12-31T17:24:17.063Z (over 1 year ago)
- Language: CoffeeScript
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brunch
## SASS CoffeeScript Jade Auto-Reload
This is a Brunch skeleton repo for Brunch+Bower+Coffeescript+SASS.
Started with [HashNuke's Brunch](https://github.com/HashNuke/brunch-bower-babel-starter) and tweaked it for coffeescript and sass with auto reloading.
## Install
Install brunch & bower
```
npm install -g bower brunch
```
## Usage
```
brunch new http://github.com/mgwidmann/brunch-bower-coffeescript-sass path/to/new-project-dir
cd new-project-dir
npm install
```
To use ES6 instead, remove coffeescript from `package.json` and replace with:
```
"babel": "^5.8.23",
"babel-brunch": "^5.1.2",
```