Nathan Goddard
Nathan Goddard
Hi, I had a go at implementing this [here](https://github.com/nathamanath/sass-brunch/blob/feature/native_mode_globbing/index.js) in native mode only using the `node-sass-globbing` package. It seems to get the job done. I also looked at using the...
HI again, Having had chance to test this in more thoroughly, work is needed on watching files imported via glob. It is importing the file correctly, however, It does not...
Thanks @shvaikalesh, just tried it locally and it works :) Have updated my fork of sass-brunch to use progeny fork with this change so that others can try it out
Ok, so @es128 at progeny suggested that this should be done by configuration rather than changing defaults as sass does not support this feature natively. So, I have updated progeny...