Skip to content

Instantly share code, notes, and snippets.

@theblang
Created January 12, 2015 04:10
Show Gist options
  • Save theblang/0de563b1201014e4d5b6 to your computer and use it in GitHub Desktop.
Save theblang/0de563b1201014e4d5b6 to your computer and use it in GitHub Desktop.
turn off Grunt in .sailsrc
{
"generators": {
"modules": {}
},
"hooks": {
"grunt": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment