Scott Davis
b40fa29e44
global sprite configs for spacing closes #406
2012-03-24 09:10:25 -04:00
Scott Davis
81d2a44ef4
added current-output-file()
2012-03-23 13:25:54 -04:00
Scott Davis
60ed9581e2
implimented current-source-file()
2012-03-23 13:19:25 -04:00
Scott Davis
4e9f7407f9
Remove _ selectors from magic sprite selectors
2012-03-23 11:36:33 -04:00
Chris Eppstein
d1f09e5c33
fix broken test.
2012-03-11 21:48:39 -07:00
Chris Eppstein
bb716926ef
Merge pull request #739 from zanker/master
...
Allow numeric filenames in sprites
2012-03-11 19:22:44 -07:00
Chris Eppstein
c8174b5679
Merge branch 'master' into stable
...
Conflicts:
Gemfile
lib/compass/sass_extensions/functions.rb
lib/compass/sass_extensions/functions/trig.rb
test/units/sass_extensions_test.rb
2012-03-11 18:30:25 -07:00
Brandon Mathis
f1187ba44e
Improved hide-text mixin performance and accessibility, closes #743
2012-03-05 16:25:49 -06:00
Zachary Anker
15b94d0ed0
Added a test to ensure importing of numeric filenames for sprites works
2012-02-27 09:15:08 -08:00
Scott Davis
bbdb179df1
Revert "Merge pull request #712 from Xananax/sprite_background_image"
...
This reverts commit 0c208d58fa
, reversing
changes made to c81af69c69
.
2012-02-09 19:50:20 -05:00
Xananax
234304d713
updated sprite tests to reflect property
...
background to background-image change
2012-02-09 15:28:04 +02:00
Scott Davis
810a543400
Merge branch 'master' into no_rails_integration
2012-01-02 11:40:11 -05:00
Scott Davis
f4dda8a5d0
added sprite_names sass function and test closes #620
2012-01-02 01:01:11 -05:00
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