karfcz / grunt-sprite-packer

A grunt plugin that converts multiple png files into single sprite file using efficient packer algorithm.
MIT License
11 stars 5 forks source link

Added usage of CSS config files #6

Closed sunpietro closed 10 years ago

sunpietro commented 10 years ago

The current functionality of grunt-sprite-packer didn't allow to use user-defined CSS classes for each image in sprite. I've added such a functionality.

karfcz commented 10 years ago

Well, you have reformatted all the files (so I cannot simply see diff), renamed task, changed authorship to yourself and added one superfluous feature that should be done in CSS preprocessor. Not going to merge this…

sunpietro commented 10 years ago

What kind of CSS preprocessor feature did you mean? I improved the coding standards and code formatting. I'll revert the original task name and correct the owneship, but I'll add an adnotation about the code added by myself.