Styleguide based on Sass annotations
Go to in Gruntfile.js directory
Simply run the ./install.sh
run the follows commands:
npm install grunt --save-dev
npm install grunt-sass --save-dev
npm install node-sass grunt-sass --save-dev
npm install grunt-contrib-watch --save-dev
npm install grunt-contrib-clean --save-dev
npm install grunt-run --save-dev
npm install nucleus-styleguide --save-dev
In order to run the all stuffs for production version:
grunt prod
or for develop
grunt
If you need to update the styleguide only run
grunt run:tool