Fork me on GitHub
#perun
<
2018-01-20
>
bhagany04:01:25

@richiardiandrea I'm a bit confused about how semantic ui override files work - are they imported by less files? or are they compiled separately?

richiardiandrea04:01:11

I am not 100% sure but I thought they were compiled by the less compiler, imported by other less files.

bhagany04:01:12

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

bhagany04:01:29

you might end up with too many css files though

bhagany04:01:10

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

richiardiandrea05:01:32

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