asciidisco / grunt-imagine

Grunt tasks for optimizing & inlining images
MIT License
153 stars 21 forks source link

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

Closed tamtakoe closed 9 years ago

tamtakoe commented 10 years ago

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

asciidisco commented 10 years ago

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.