Closed BooBSD closed 8 years ago
Hello,
I added [lein-asset-minifier "0.2.8"] to :dependencies and
[lein-asset-minifier "0.2.8"]
:dependencies
:minify-assets {:assets {"resources/public/css/site.min.css" "dev/resources/public/css"}}
to my project.clj. But I got this message:
project.clj
$ lein minify-assets 'minify-assets' is not a task. See 'lein help'.
Try adding it to the :plugins instead.
:plugins
Thanks.
Hello,
I added
[lein-asset-minifier "0.2.8"]
to:dependencies
andto my
project.clj
. But I got this message: