This repository has been archived by the owner on Apr 11, 2022. It is now read-only.
Possibility of preventing certain files or folders from reloading the page during phonegap serve
#809
Labels
An example:
scss --watch /scss/file.scss:/../css/file.css
phonegap serve
localhost:3000
in your browserThe browser will reload the page twice: When the scss file is changed by the editor and when the file is compiled to css. Waiting for the page to reload twice at every change is a pretty slow way to develop.
It would be perfect if one could issue something like
to prevent certain files or folders from reloading the page when changed.
The text was updated successfully, but these errors were encountered: