grunt-image-embed icon indicating copy to clipboard operation
grunt-image-embed copied to clipboard

Fixed #19 and improved work with multiple files

Open afitiskin opened this issue 12 years ago • 3 comments

Now we can use one task for multiple css file, for example:

dist: {
  cwd: 'app/assets/styles',
  src: [ "*.css" ],
  dest: "dist/assets/styles/",
}

All css files from app/assets/styles will processed and saved to dist/assets/styles directory.

PS. Sorry for my bad english, I'm non-native speaker, feel free to correct me :)

afitiskin avatar Aug 10 '13 22:08 afitiskin

Hey, thanks for this. Can you add unit tests?

ehynds avatar Aug 12 '13 14:08 ehynds

Of course, but I did not found any tests for grunt task. 95% of my changes is in grunt-image-embed.js, but there are no test cases for this files in test directory. May you help me to add the test cases?

afitiskin avatar Aug 12 '13 14:08 afitiskin

why not merged?

wclr avatar Feb 11 '14 05:02 wclr