perun

Discuss perun static site generator
bhagany 2018-01-20T04:16:25.000048Z

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

richiardiandrea 2018-01-20T04:49:11.000086Z

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

bhagany 2018-01-20T04:51:12.000031Z

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

bhagany 2018-01-20T04:51:29.000057Z

you might end up with too many css files though

bhagany 2018-01-20T04:52:10.000086Z

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

richiardiandrea 2018-01-20T05:44:32.000048Z

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