Scott Davis
16fff73ed7
removed rails tests and total rails itegration
2011-12-20 22:25:30 -05:00
Scott Davis
6194cb478a
fixed repeat-x issues closes #633 "
2011-12-10 12:49:34 -05:00
Scott Davis
f8377d15ac
refactoring and code cleanup
2011-12-10 00:55:16 -05:00
Scott Davis
b67c471780
cleaned up test file
2011-11-04 10:51:34 -04:00
Scott Davis
bc3334bec9
you can now inline sprite images using $<map>-inline:true; before calling the @import closes #611
2011-11-04 10:47:31 -04:00
Scott Davis
57f35d477a
closes #572
2011-11-04 09:42:35 -04:00
Scott Davis
f458519e01
fixes issue #602
2011-11-04 09:19:37 -04:00
Scott Davis
ab20a7b9d1
added sass functions to allow getting the unit value demensions of a sprite image
2011-10-25 16:14:46 -04:00
Chris Eppstein
d03d529909
Add a new compass-env() helper that returns the compass environment.
2011-09-20 09:36:40 -07:00
Chris Eppstein
c217edeed9
Fix broken tests
2011-09-19 11:04:35 -07:00
Chris Eppstein
942a84dca0
Tests need a logger.
2011-09-19 09:03:17 -07:00
Chris Eppstein
87377ad7ff
slightly better error message
2011-09-16 17:59:11 -07:00
Chris Eppstein
f23bf58e8d
Add support for a separate output location for generated images. This is necessary for rails 3.1 support of sprites.
2011-08-20 17:24:03 -07:00
Scott Davis
38cf0e571b
merge
2011-07-25 22:47:29 -04:00
Caged
a08d0319d0
Fixes #449 . Accept and honor offsets in selectors
2011-07-02 13:27:32 -07:00
Noah Kantrowitz
c9145a4aca
Add a test for the new sprite offset passing.
2011-06-30 18:44:19 -07:00
Scott Davis
71d8111454
renamed test
2011-06-27 01:21:45 -04:00
Scott Davis
43868ecabd
test files for horizontal sprites
2011-06-25 01:28:01 -04:00
Scott Davis
1f17603aea
Merge branch 'stable' of github.com:chriseppstein/compass into stable
2011-06-12 01:38:42 -04:00
Scott Davis
6b7f2c2419
updated tests
2011-06-12 01:37:44 -04:00
Chris Eppstein
40e2f330e6
Merge remote-tracking branch 'pfeiffer/cache_busting' into stable
...
* 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
2011-06-11 17:37:55 -07:00
Mario Kuroir Ricalde
333240de35
Fixes sprites file names with sprockets, modifies tests accordingly to new structure.
2011-06-10 05:11:28 -05:00
Chris Eppstein
bfba73c1e3
Ignore charset in blueprint files
2011-06-07 11:22:33 -07:00
Scott Davis
faba01f34c
added failing test for issue #400 and fixed the callback typo closes #400
2011-05-25 11:44:13 -04:00
Scott Davis
fdd639efaf
updated the regex to support nested files and refactored some unclear functions
2011-05-11 02:41:51 -04:00
Scott Davis
753ad37df7
Fixed problem with globs only going one directoy deep from now on imports like foo/*.png will get mapped to foo/**/*.png
...
Please enter the commit message for your changes. Lines starting
2011-05-10 22:44:10 -04:00
Scott Davis
84d207f827
Sass Colors will no longer cause an error if you use them as sprite names. closes #381
2011-05-10 21:51:35 -04:00
Scott Davis
325306dcec
Fixed and issue with the options keyword in the Sprite::Base class. it was casing the passed options to be reset to an empty hash. I renamed it to kwargs for consistancy. I also refactored my previous changes to be unobtrusive to people currently using the sprite-map function without an @import.
2011-05-10 21:04:57 -04:00
Scott Davis
4321fc0cf5
refactored to allow a per sprite cleanup
2011-05-10 19:20:38 -04:00
Scott Davis
6cb9bc2662
old sprites will now be removed by default
2011-05-10 18:02:32 -04:00
Scott Davis
8f675f936b
moved test files to a more sain structure
2011-05-10 18:01:12 -04:00