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
When I add the flag --watch the output file/sourcemap is not created until I make a change, is this expected behaviour? I was assuming it would generate the file first then watch for changes.
my command node-sass --source-map true --watch --output-style expanded ./src/main.scss ./dist/core.css
When I add the flag
--watchthe output file/sourcemap is not created until I make a change, is this expected behaviour? I was assuming it would generate the file first then watch for changes.my command
node-sass --source-map true --watch --output-style expanded ./src/main.scss ./dist/core.cssnode-sass v3.8.0