Crunchmail portal
- Install Node
- on OSX install home brew and type
brew install node
- on Windows install chocolatey and type
choco install nodejs
- on OSX install home brew and type
- On OSX you can alleviate the need to run as sudo by following these instructions. I highly recommend this step on OSX
- Open terminal
- Type
npm install -g gulp
Open terminal and type :
npm install
Open terminal and type :
bower install
gulp
All gulp tasks are specify on gulp-tasks
folder. Paths declared in gulp tasks are in gulp.config.json
file.