Scott Davis
cebe25a460
implimented engine in sprite_map
2011-06-12 01:37:21 -04:00
Scott Davis
80412b5c1d
added engine to sprite_map
2011-06-12 01:35:50 -04:00
Scott Davis
b6cf4f5213
refactored engine to be a class and turned on best compression for chunky_png
2011-06-12 01:35:19 -04:00
Scott Davis
6f95c9d17a
added canvas to engine
2011-06-12 01:34:33 -04:00
Chris Eppstein
fa165a3d84
bump chunky_png version dependency.
2011-06-11 22:28:56 -07:00
Chris Eppstein
39df74c55a
Add a new command to clean up generated files
2011-06-11 22:28:38 -07:00
Chris Eppstein
2be7567bb2
Better error message when a sub command is missing.
2011-06-11 21:54:56 -07:00
Chris Eppstein
ab25ba0b40
Code cleanup
2011-06-11 21:54:32 -07:00
Chris Eppstein
c069babe76
log removal actions in the compiler output.
2011-06-11 21:54:12 -07:00
Scott Davis
7454e522a5
engine abstract
2011-06-12 00:52:36 -04:00
Scott Davis
3d4a57c3c1
engine test
2011-06-12 00:52:05 -04:00
Scott Davis
a6ea065eaa
split sprite map class into modules for easy reading it was way to long
2011-06-12 00:16:11 -04:00
Scott Davis
21a5a2ae3d
sprite module files
2011-06-12 00:15:23 -04:00
Chris Eppstein
437842caa1
Revert "Adding changelog entry"
...
This reverts commit d4422d108e
.
2011-06-11 19:39:33 -07: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
Chris Eppstein
5999c7ba6c
Sass and compass both have :quiet options with different meanings. So we have to separate the options out.
2011-06-11 16:49:28 -07:00
Chris Eppstein
59a6d5706d
Fix a bug in the importer string representation.
2011-06-11 13:47:59 -07:00
Chris Eppstein
b3ed3705c9
fix bug in test runner
2011-06-11 12:11:00 -07:00
Chris Eppstein
ecd1efdea4
Fix for a compass validator bug due to some internal compass changes.
2011-06-11 11:33:01 -07:00
Chris Eppstein
e4a22c4cbf
Fix stable version
2011-06-11 11:06:43 -07:00
Chris Eppstein
47572acc50
Spelling.
2011-06-11 10:24:17 -07:00
Chris Eppstein
696d84562d
Track rails branch as a different version state.
2011-06-10 16:00:56 -07:00
Chris Eppstein
ba5bec3e09
Merge branch 'master' into rails31
...
* 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.
2011-06-10 16:00:04 -07:00
Chris Eppstein
69cf947cab
Prepare the next release version
2011-06-10 15:59:38 -07:00
Chris Eppstein
3473e7d63a
Merge branch 'stable'
...
* 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.
2011-06-10 15:56:46 -07:00
Chris Eppstein
00195296b8
Merge pull request #405 from dpogue/patch-1
...
Enable IE 10 support for flexible box with the -ms prefix.
2011-06-10 15:43:41 -07:00
Chris Eppstein
b6bec9ad62
Merge pull request #424 from tashian/master
...
Just a one-line doc fix of the CSS3 background attribute
2011-06-10 15:42:48 -07:00
tashian
60680769ca
Fix CSS3 background attribute
2011-06-10 11:31:30 -07:00
Chris Eppstein
e2966fa78d
Version Bump & Prepare for v0.11.2
2011-06-10 09:39:39 -07:00
Chris Eppstein
15412a756c
Strong tags in the docs should be bold.
2011-06-10 09:35:07 -07:00
Scott Davis
9dcbbee3af
Merge pull request #423 from kuroir/master
...
Fixes Sprites
2011-06-10 05:34:54 -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
Scott Davis
4461f1be5f
removed all cacheing from importer class it causes more problems then it was worth
2011-06-09 16:37:50 -04:00
Scott Davis
5138c94ec4
gemfile
2011-06-09 16:29:03 -04:00
Scott Davis
f248c22ab1
removed another instance cache in the importer that could be problematic
2011-06-09 16:28:10 -04:00
Scott Davis
ab5d6e51d9
updated importer to validate that sprites are png files
2011-06-09 16:27:23 -04:00
Scott Davis
7ff9ff15d0
run bundle exec when running tests
2011-06-09 16:03:58 -04:00
Scott Davis
89869db09c
cleaned up some over zelious cacheing that was causing inconsistancy problems
2011-06-09 16:02:16 -04:00
Scott Davis
eb4870b685
Merge branch 'master' of github.com:chriseppstein/compass
2011-06-09 15:44:46 -04:00
Scott Davis
fc7fd8b6b4
added test for sprite importer
2011-06-09 15:44:35 -04:00
Scott Davis
b8811780ef
removed unneeded cache
2011-06-09 15:44:10 -04:00
Scott Davis
7e583e5f58
readded mtime to importer class
2011-06-09 15:43:38 -04:00
Chris Eppstein
24ed97d920
Merge branch 'master' into rails31
...
* master:
Revert "Disable 1.8.7 and rbx for now."
Ignore charset in blueprint files
This file has utf-8 chars in the comments.
Fix encoding issue.
2011-06-07 11:23:33 -07:00
Chris Eppstein
f49120c1c8
Revert "Disable 1.8.7 and rbx for now."
...
This reverts commit 7d90dfe4a0
.
2011-06-07 11:23:06 -07:00
Chris Eppstein
bfba73c1e3
Ignore charset in blueprint files
2011-06-07 11:22:33 -07:00
Chris Eppstein
d80dde727a
This file has utf-8 chars in the comments.
2011-06-07 11:10:39 -07:00
Chris Eppstein
0518f0d293
Fix encoding issue.
2011-06-07 11:10:27 -07:00
Chris Eppstein
275635a88f
Merge branch 'master' into rails31
...
* master:
Rename the sprite Base class to SpriteMap
Move the sprite importer to the compass module and rename it to be more clear about what it does.
2011-06-07 07:55:54 -07:00
Chris Eppstein
008cffa3ef
Rename the sprite Base class to SpriteMap
2011-06-07 07:51:47 -07:00
Chris Eppstein
c73d281e58
Move the sprite importer to the compass module and rename it to be more clear about what it does.
2011-06-06 18:53:35 -07:00