asciidisco/grunt-imagine

inlineImg. Problem with path. `dest` is undefined in source code

Closed this issue · 1 comments

Plugin doesn't support dest option.

I need process

<%= publicPath %>/app/style.css
<%= publicPath %>/oldBrowserApp/style.css

to

<%= buildPath %>/app/style.css
<%= buildPath %>/oldBrowserApp/style.css

But I can't do it without headake

Mhh.
I understand the problem, but I don't see the reason why this should be part of this plugin.
You can achive this with the grunt-cssmin or grunt-copy plugin.

Could you please be a bit more specific on what you are trying to do & where the .css files get generated in the first place?

Thanks.