A startpoint framework for bower + gulp prototype projects.
- install homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- install node.js
brew install node
- clone this repo
cd
to clone location- run...
$ sudo npm install
- install gulp-sass (
sudo npm install gulp-sass -g
)
cp
gulpfile.js
into root project directory
mod gulpfile.js
- line 18 -- change watch directory pwd `app/css/**/*.css`
- line 20 -- change watch directory pwd `*.html`
- line 22 -- add additional directories and working files needed for your project
gulp