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 @@ ...@@ -3,7 +3,9 @@
"app_id": "", "app_id": "",
"watchPatterns": [ "watchPatterns": [
"www/**/*", "www/**/*",
"!www/lib/**/*" "!www/dist/**/*",
"!www/lib/**/*",
"!www/css/ionic.app**"
], ],
"gulpStartupTasks": [ "gulpStartupTasks": [
"sass", "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