martinklepsch / boot-garden

Boot task to compile Garden stylesheets.
Eclipse Public License 1.0
37 stars 6 forks source link

Exception when defining two or more garden tasks #9

Closed tungd closed 9 years ago

tungd commented 9 years ago

Hi, I'm trying to get two garden tasks for backend and frontend, the task definition is:

(deftask dev []
  (comp
    (garden :styles-var 'site.frontend.style/screen
          :output-to "css/frontend.css"
          :pretty-print false)
    (garden :styles-var 'site.backend.style/screen
          :output-to "css/backend.css"
          :pretty-print false)))

I got the following exception: http://pastebin.com/wnXaspGX.

Please help. Thank you.

martinklepsch commented 9 years ago

Are you using [org.martinklepsch/boot-garden "1.2.5-7"] ?

This problem should only occur with version prior to that.

See #7, #8 & https://github.com/boot-clj/boot/issues/270 for details.

tungd commented 9 years ago

My bad, I'm using Garden 1.2.5-6 and did not catch up with the development. Thank you so much for the good work.

martinklepsch commented 9 years ago

No problem :+1: