Skip to content

Instantly share code, notes, and snippets.

@fantactuka
Last active December 13, 2015 21:48
Show Gist options
  • Save fantactuka/4979591 to your computer and use it in GitHub Desktop.
Save fantactuka/4979591 to your computer and use it in GitHub Desktop.
{
"name": "the-web-app",
"version": "0.0.1",
"dependencies": {},
"devDependencies": {
"grunt": "0.4.0",
"grunt-contrib-copy": "0.4.0",
"grunt-contrib-sass": "0.2.2",
"grunt-contrib-connect": "0.1.2",
"grunt-contrib-watch": "0.2.0",
"grunt-bower-task": "~0.1.0",
"grunt-contrib-clean": "0.4.0",
"grunt-contrib-handlebars": "0.5.4",
"grunt-jsduck": "0.1.3",
"grunt-jslint": "0.2.5"
}
}
cd apps/collab/client/
grunt clean:superall
npm install
grunt setup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment