You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2018. It is now read-only.
And if I run Duo through the CLI with the --watch flag:
duo -w -u duo-sass -r css app.scss
Duo only watchs for changes on the main file and not for the dependencies. So none of the changes on nav.scss will trigger a new rebuild, only when I modify the main.scss.
I would expect the same behaviour of JavaScript files, that each require is added to the duo.json manifest. But the Scss import doesn't seem to work this way. :(
The text was updated successfully, but these errors were encountered:
If I have this:
And if I run Duo through the CLI with the
--watch
flag:Duo only watchs for changes on the main file and not for the dependencies. So none of the changes on
nav.scss
will trigger a new rebuild, only when I modify themain.scss
.I would expect the same behaviour of JavaScript files, that each
require
is added to theduo.json
manifest. But the Scssimport
doesn't seem to work this way. :(The text was updated successfully, but these errors were encountered: