Open philjackson opened 7 months ago
Yes, this is something I eventually want to have.
No idea on the config format though. I kinda like the flexibility of the Clojure API, so going back to a EDN format seems limiting. I do want to automate some of the repetition though. No need for everything to be repeated in every project so verbosely.
It would be nice to have the concept of a project file to state the configuration of a shadow-css project in much the way shadow-cljs has. Has this crossed your mind? A structure for
shadow-css.edn
could be something along the lines of:Then
shadow.css.runner
or similar could provide helpers likewatch
,once
etc.Let me know what you think and I can knock something up.