reagent-project / reagent-template

A Leiningen template for projects using Reagent.
MIT License
394 stars 55 forks source link

Update deps replace less sass #140

Closed Deraen closed 6 years ago

Deraen commented 6 years ago

Fixes #139, #138, updates deps and improves option validation.

less4clj/sass4clj have a few unfortunate "features", like task names (which are a bit random), lein less vs lein less4j and lein sass vs lein sass4clj, and need to add nop logger implementation to silence warnings from some Java libraries. I might change the task names and try to automate logger dependency somehow at some point.

I tried to go through all options and tasks, and everything seemed to be working.

yogthos commented 6 years ago

👍

yogthos commented 6 years ago

I tried the updates locally and everything looks to be working ok, so I pushed out a new version to Clojars.