Skip to content

Instantly share code, notes, and snippets.

@robabby
Created January 7, 2016 01:40
Show Gist options
  • Save robabby/22e5bac46d0e5f6e17fa to your computer and use it in GitHub Desktop.
Save robabby/22e5bac46d0e5f6e17fa to your computer and use it in GitHub Desktop.
A sample ionic.project file
{
"name": "Your App Name",
"app_id": "",
"gulpStartupTasks": [
"sass",
"watch"
],
"watchPatterns": [
"www/**/*",
"!www/lib/**/*"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment