brackets-sass
brackets-sass copied to clipboard
@import watch for changes
Is it possible, to watch for changes made in files which are imported, like @import 'footer'; ?
When I make a change at _footer.scss, I always need to resave/recompile the app.scss to make changes from the imported file work.
That's probably a misconfiguration in your .brackets file. Are your partials in the same directory of your main file? By default every time you save a .scss file the whole map tries to compile.
Hi, Thanks for your help! I have uploaded everything on to my server (it's attached to that reply as well):
ZIP: Desktop.zip
Folder Structure: https://floriantraun.at/capture.png main.css.map: https://floriantraun.at/main.css.map .brackets.json: https://floriantraun.at/.brackets.json
Thanks for your help!
Hey, your server is throwing 404 errors at me, could you paste here the contents of the map and .json files?