Skip to content

Instantly share code, notes, and snippets.

@gabidavila
Created September 14, 2014 04:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabidavila/37eaeb792339cce8acba to your computer and use it in GitHub Desktop.
Save gabidavila/37eaeb792339cce8acba to your computer and use it in GitHub Desktop.
#these are for to get the dependencies
npm install -g bower
npm install -g grunt
npm install grunt-contrib-concat grunt-contrib-uglify grunt-contrib-less --save-dev
#it will download the dependencies
bower install
#this command you run everytime you change the LESS or JS
grunt
#this command will run grunt and sculpin generate
bash run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment