@richiardiandrea I'm a bit confused about how semantic ui override files work - are they imported by less files? or are they compiled separately?
I am not 100% sure but I thought they were compiled by the less compiler, imported by other less files.
okay, I think there's a quick fix you could try - if you pass :extensions [".less" ".overrides"]
to the lessc
task, it will watch those files too
you might end up with too many css files though
also I'm working on getting the less dependency tree for fine-grained tracking, so if that doesn't work for you, hopefully this will
Ok will try tomorrow, I successfully published a post the day before yesterday, very cool stuff 😄 Next step would be for me to add discus integration 😉 Still need to debug your fix as well