- Updated grunt dependency to 0.4.2.
- Fixed example in README of outputting analysis to a file.
- Fixed issue causing task to crash when processing files with large amounts of duplication.
- Removed
compassConfig
option. - Refactored task to use
this.files
instead ofthis.data
. - Added ability to write output from CSSCSS to a file. (#8)
- Specifying which files CSSCSS should analyse now supports glob patterns. (#7)
- Fixed typos in the documentation. (#5)
- Added
bundleExec
option to run CSSCSS in the context of a bundle. (#6)
- Added
ignoreSassMixins
option to ignore matches in Sass mixins. - Added
require
option for loading Ruby file before running CSSCSS. - Updated the
compassConfig
option to use the--require
argument instead of the now deprecated--compass-with-config
argument. - Deprecated
compassConfig
option.
- Fixed bug with grunt task failing when CSSCSS outputs JSON even though duplicates weren't found. (#3)
- Performance improvements by moving re-used argument construction outside the file loop.
- Added
failWhenDuplicates
option to fail Grunt task when CSSCSS finds rule sets with duplicate declarations. (#2)
- Added
showParserErrors
option to output parser errors. - Added
shorthand
option to determined whether shorthand should be parsed. - Added
compassConfig
option to specify path to Compass config file.
- Initial release supporting all options for CSSCSS v1.0.0.