I want a subdirectory of a directory (say public
) to be unwatched for changes.
In order to unwatch a directory itself, in my ember-cli-build.js
, I'm doing app.trees.public = new UnwatchedDir('public')
before return.
But how can I unwatch only a subdirectory inside public
?
Aucun commentaire:
Enregistrer un commentaire