quasarframework / quasar-cli

[DEPRECATED, <= 0.17) Quasar Framework - CLI
https://quasar.dev
MIT License
202 stars 50 forks source link

Bug: Quasar Dev command not watching file changes #148

Closed MatanYadaev closed 6 years ago

MatanYadaev commented 6 years ago

Hi, i have problem with quasar dev command when i run the command, everything works fine, but when i change .vue or .scss file content and click ctrl+s (save), webpack ignore the change and not refreshing the bundle. When i change file name or change file location, it's watching fine, but change file contents - no

i tried to create new quasar project, but the issue still happens

i had this issue the past in other os (ubuntu 14.04) but then i just used the watch-poll option and it fixed the problem, currently there is no more watch-poll option

ubuntu 18.04 node v. 8.11.3 (tried with v10 also) npm 6.2.0 quasar-cli 0.16.4 quasar project 0.16.0

anyone also experience this issue? need help here...

ldenblyd commented 6 years ago

same issue for me ubuntu 18.04 node v. 8.11.3 npm 5.6.0 quasar project 0.17.3

edit : fixed by https://github.com/quasarframework/quasar-template-default/issues/10

And they are some official doc here too : https://github.com/quasarframework/quasar-framework.org/pull/206 https://quasar-framework.org/guide/quasar-cli.html