You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using NPM, download and install the following tools and dependencies by running:
$npminstallbower-g// install globally since you'll probably be using this tool in more than one project$npminstallgrunt-cli-g// install globally too, it's that cool!$npminstallgrunt--save-dev-g// save to devDependencies and global$npminstallgrunt-smush-components--save-dev// This is our grunt helper that builds all of your components$npminstallgrunt-contrib-concat--save-dev// Concatenation tool$npminstallgrunt-contrib-jshint--save-dev// Keep your code lint free