Chris Eppstein
6d2f7f41e5
In case you want to buy stuff.
2011-06-25 12:01:43 -07:00
Scott Davis
ec29ec4b33
Merge pull request #439 from travis-ci/pull-gemfile
...
Update Gemfile to use rake 0.8.7
2011-06-21 09:03:38 -07:00
Sven Fuchs
6170ab119f
Update Gemfile to use rake 0.8.7
...
rake 0.9.x won't be compatible with Cucumber::Rake::Task::ForkedCucumberRunner which uses the RUBY constant, resulting in 'uninitialized constant Cucumber::Rake::Task::ForkedCucumberRunner::RUBY'
2011-06-21 16:51:49 +02:00
Chris Eppstein
852f033160
Handle pathnames being assigned to the working path of a command.
...
Closes GH-434.
2011-06-19 12:56:01 -07:00
Chris Eppstein
82d739f4dd
Fix docs
2011-06-19 12:56:01 -07:00
Chris Eppstein
1d32683b5d
Fix compass version in the docs.
2011-06-19 12:56:00 -07:00
Scott Davis
c8cb9f2e39
Merge pull request #430 from backspace/patch-1
...
Fixed typo
2011-06-13 19:31:28 -07:00
backspace
569abeedb2
Fixed typo
2011-06-13 19:20:08 -07:00
Scott Davis
84f7b7a5ef
added docs for chunky_png_options config
2011-06-12 15:16:20 -04:00
Scott Davis
dc504ecd8e
pass new config options to chunky_png canvas on image save
2011-06-12 13:37:20 -04:00
Scott Davis
db74d8bdb3
new config option to pass options along to chunky_png
2011-06-12 13:36:49 -04:00
Scott Davis
6712c65ce7
Merge branch 'stable' of github.com:chriseppstein/compass into stable
2011-06-12 02:56:27 -04:00
Scott Davis
6bb9904834
forgot to add features to the ci file
2011-06-12 02:55:36 -04:00
Chris Eppstein
2d81e0a506
Fix bug
2011-06-11 23:45:00 -07:00
Chris Eppstein
a6a80221ee
update test for pie-clearfix
2011-06-11 23:35:29 -07:00
Chris Eppstein
6ca90dccc3
Update changelog for clearfix
2011-06-11 23:27:38 -07:00
Chris Eppstein
809394a1e9
make the micro-clearfix a replacement for pie-clearfix. Add a new legacy-pie-clearfix for users who still need the old clearfix.
2011-06-11 23:27:38 -07:00
Scott Davis
890236a8ad
gemfile
2011-06-12 02:26:09 -04:00
Scott Davis
b352e8b140
test file for sprite command
2011-06-12 02:25:10 -04:00
Scott Davis
b9234e50d0
added test for sprite command and removed specs
2011-06-12 02:22:05 -04:00
Scott Davis
0f8cd61436
updated change log
2011-06-12 01:56:03 -04:00
Scott Davis
f0f231a041
Merge branch 'stable' of github.com:chriseppstein/compass into stable
2011-06-12 01:49:43 -04:00
Chris Eppstein
7d68162499
changelog updates.
2011-06-11 22:49:12 -07:00
Scott Davis
c4e3a83cda
updated docs to reflect sprite hash change
2011-06-12 01:48:09 -04:00
Scott Davis
adac73a951
updated docs to reflect engine change
2011-06-12 01:47:38 -04:00
Scott Davis
41bd992a8d
fixed :sprite_generated callback its now passing along the canvas
2011-06-12 01:42:38 -04:00
Scott Davis
1f17603aea
Merge branch 'stable' of github.com:chriseppstein/compass into stable
2011-06-12 01:38:42 -04:00
Chris Eppstein
894e5d51a0
Merge commit 'cb6068c9a351cd43111e7a89f2c69c095a3eeec6' into stable
...
* commit 'cb6068c9a351cd43111e7a89f2c69c095a3eeec6':
Adding Micro Clearfix which is new and uses less CSS than PIE Clearfix
2011-06-11 22:38:13 -07:00
Scott Davis
6b7f2c2419
updated tests
2011-06-12 01:37:44 -04:00
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