Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not possible to proccess multiple css files #19

Open
skotchio opened this issue Jul 18, 2013 · 1 comment
Open

Not possible to proccess multiple css files #19

skotchio opened this issue Jul 18, 2013 · 1 comment

Comments

@skotchio
Copy link

I have the following css folder structure

...
....
css
   |- css1.min
   |- css2.min
 img
   ..
   .. 

I need to process that files and save them into the same ones. In your example you works only with the single file:

src: [ "css/styles.css" ],
dest: "css/output.css",

Is it possible to process multiple files?

@coderaiser
Copy link

I think this possible, but this function is some kind of corrupted. When I set src to array

["styles1.css", "styles2.css", "styles3.css", "styles4.css"]

they all writes in dest file, but some comas also puts there so dest file is broken. I will be grateful if someone will help get around this problem.

afitiskin added a commit to afitiskin/grunt-image-embed that referenced this issue Aug 10, 2013
If `dest` param is a directory — each input file will be saved into separate file in `dest` directory (with same name). Add `cwd` param to add base path for input files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants