Hi, I wanted to fix the bug I encountered since the .cljs referenced path plugins/scss as opposed to plugins/SCSS which is the folder name used by LT installation since its the name of the plugin, in capitals. In the meanwhile, I also corrected the incorrect semantic versioning first development (minor) release to be 0.1.0 and not 0.0.1 since using the latter would destroy the ability to patch those releases (unless you pad another digit or -build suffix and what not).
Hi, I wanted to fix the bug I encountered since the .cljs referenced path
plugins/scss
as opposed toplugins/SCSS
which is the folder name used by LT installation since its the name of the plugin, in capitals. In the meanwhile, I also corrected the incorrect semantic versioning first development (minor) release to be0.1.0
and not0.0.1
since using the latter would destroy the ability to patch those releases (unless you pad another digit or -build suffix and what not).