* pfeiffer/cache_busting:
Removing unneeded 'unquote' from tests
Adding note about path based asset cache busting in to documentation
Adding changelog entry
Fix comments for asset_cache_buster
Make asset_cache_buster return a hash with path and query, while still maintaining support for cache busting via query string if a string is returned.
Extend cache busting to allow for path manipulation
* master:
Prepare the next release version
Fix CSS3 background attribute
Version Bump & Prepare for v0.11.2
Strong tags in the docs should be bold.
Fixes sprites file names with sprockets, modifies tests accordingly to new structure.
removed all cacheing from importer class it causes more problems then it was worth
gemfile
removed another instance cache in the importer that could be problematic
updated importer to validate that sprites are png files
run bundle exec when running tests
cleaned up some over zelious cacheing that was causing inconsistancy problems
added test for sprite importer
removed unneeded cache
readded mtime to importer class
typo: appliction
Update test case for flexible box.
Enable IE 10 support for flexible box with the -ms prefix.
* stable:
Version Bump & Prepare for v0.11.2
Strong tags in the docs should be bold.
typo: appliction
Update test case for flexible box.
Enable IE 10 support for flexible box with the -ms prefix.
* master:
The compass watcher is in quiet mode except for important actions.
Clear up a Logger class lookup issue that was reported.
Following a similar API to how the Complier works, don't log anything (don't even load up the logger!) if we pass in the :quiet option.
Previously, calling directory("/hi") would error, because options would remain nil if self doesn't respond_to?(:options)
moved config check to perform
added @chriseppsteins suggestion for issue #300
forgot test files
added failing test for issue #400 and fixed the callback typo closes#400
move hashing and comparison methods into SpriteMap class
removed unneeded file
refactored the sass importer for sprites
Conflicts:
lib/compass/sass_extensions/sprites/sprites.rb