Can someone please check that this is working as intended. It might be me doing something wrong but I am expecting that when running then any changes I make to an scss file inside build\media_source\templates\
will be converted to css, copied to \media
and minified.
Is it broken or is my expectation wrong?
Labels |
Added:
No Code Attached Yet
|
will simply adding the watcher.js file in the build folder and making changes in the package.json file work??
@brianteeman the watch is only aware of the entry SCSS file at the moment, so if you edit an import that won't kick a new rebuild. It should be easily fixable if someone could add this file in the mix: https://github.com/sass/node-sass/blob/master/lib/watcher.js
I feel I've I'm close to solving this problem but while trying to implement the solution the 'this.reset() is giving an error and I cannot figure out why
the 'this.reset() is giving an error and I cannot figure out why
What is the error you're getting?
@akshitrattan do you have a link to the brach you're currently working?
@akshitrattan do you have a link to the brach you're currently working?
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-08-09 15:48:11 |
Closed_By | ⇒ | brianteeman |
@brianteeman the watch is only aware of the entry SCSS file at the moment, so if you edit an import that won't kick a new rebuild. It should be easily fixable if someone could add this file in the mix: https://github.com/sass/node-sass/blob/master/lib/watcher.js