-
Notifications
You must be signed in to change notification settings - Fork 133
unexpected behaviour: gulp watch and gulp build at the same time #227
Comments
Ahhh is that why?! I was wondering why my const file was empty when I was running gulp build! |
yeah, thats why. Unfortunately we cannot reproduce this issue continuously. Can you? Thanks for your help! |
today I encountered these errors in addition to [18:13:05] 'clean' errored after 1.76 s
[18:13:05] Error: ENOTEMPTY: directory not empty, rmdir '/Users/jonathan/Projects/m-way/qr-code-test/.tmp/main/styles'
at Error (native) I suspect this is because [18:07:28] 'build-templates' errored after 1.87 s
[18:07:28] Error: EEXIST: file already exists, mkdir '/Users/jonathan/Projects/m-way/qr-code-test/www/main/templates'
at Error (native)
[17:25:30] 'build-assets' errored after 283 ms
[17:25:30] Error: ENOENT: no such file or directory, stat '/Users/jonathan/Projects/m-way/qr-code-test/www/main/assets/images'
at Error (native)
[17:25:30] 'build-templates' errored after 1.5 s
[17:25:30] Error: ENOENT: no such file or directory, stat '/Users/jonathan/Projects/m-way/qr-code-test/www/main/templates/list.html'
at Error (native)
[17:25:18] 'build-assets' errored after 499 ms
[17:25:18] Error: ENOENT: no such file or directory, stat '/Users/jonathan/Projects/m-way/qr-code-test/www/main/assets/fonts/ionicons.ttf'
at Error (native) No Idea why these might occur. But I suspect the same origin as the first one. Working on the same files concurrently. They're quite reproducible with the following setup $ node -v
v4.2.1
$ npm -v
2.14.7 Maybe I can do some more research if others have this problem as well under new node versions and gulp running concurrent tasks in different processes. |
+1 having this issue from time to time. |
I have this problem too with the following versions
|
+1 Is there a way to "refill" the file? Now I'm getting |
We usually just use git and simply checkout the file. you can generate a new file with the sub-generator: |
Closing this one. Discussion moved the new collective ticket: #453 |
Sometimes when running gulp watch and gulp build at the same time the
app/main/constants/config-const.js
is emptied.The text was updated successfully, but these errors were encountered: