Skip to content
Snippets Groups Projects
Commit a25c5316 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Exclude 'www/dist/*' files from gulp live rebuild

parent 0dd0f9f4
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,9 @@
"app_id": "",
"watchPatterns": [
"www/**/*",
"!www/lib/**/*"
"!www/dist/**/*",
"!www/lib/**/*",
"!www/css/ionic.app**"
],
"gulpStartupTasks": [
"sass",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment