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 |
|
Scott Davis
|
16ff623732
|
desmelled the binding class
|
2011-10-25 15:55:06 -04:00 |
|
Scott Davis
|
98775ea1ec
|
sprite importer will now use erb to generate scss to its easyer to manage
|
2011-10-25 15:47:58 -04:00 |
|
Scott Davis
|
e8becc7fee
|
working on sprite importer with erb templates
|
2011-10-25 13:49:34 -04:00 |
|
Chris Eppstein
|
a00044cc49
|
Merge branch 'stable'
|
2011-10-16 12:54:38 -07:00 |
|
Chris Eppstein
|
b4d6550135
|
a different presentation for suggesting GUIs on the install page.
|
2011-10-16 12:54:13 -07:00 |
|
Chris Eppstein
|
c69e95b925
|
update nanoc version.
|
2011-10-16 12:42:38 -07:00 |
|
Chris Eppstein
|
fe7f70d35c
|
[docs] upgrade nanoc
|
2011-10-16 12:12:55 -07:00 |
|
neilparikh
|
38ccee8708
|
Added link to the Scout GUI for Compass.
|
2011-10-16 11:16:25 -07:00 |
|
Chris Eppstein
|
64c21f6fac
|
Merge branch 'stable'
Conflicts:
test/fixtures/stylesheets/compass/css/user-interface.css
|
2011-10-16 11:12:06 -07:00 |
|
Chris Eppstein
|
2f5cc38457
|
Further doc cleanup
|
2011-10-16 11:05:51 -07:00 |
|
Chris Eppstein
|
3d1502484c
|
Merge pull request #558 from Methemer/patch-1
converts some code docs to scss.
|
2011-10-16 11:01:08 -07:00 |
|
Scott Davis
|
616af1c139
|
Merge pull request #593 from davidchambers/master
Use `transition` shorthand if appropriate
|
2011-10-11 17:45:41 -07:00 |
|
Dan Gayle
|
afdd208594
|
Created tutorial for removing vendor specific prefixes
|
2011-10-11 19:19:34 -04:00 |
|
Scott Davis
|
ebb2e42acc
|
closes #378
|
2011-10-09 11:34:39 -04:00 |
|
Scott Davis
|
3337b07ec7
|
closes #507
|
2011-10-09 09:44:00 -04:00 |
|
Scott Davis
|
0b169fec22
|
closes #237
|
2011-10-09 09:36:35 -04:00 |
|
Scott Davis
|
7caec96642
|
closes #478
|
2011-10-09 09:29:50 -04:00 |
|
Scott Davis
|
c6d9e3fb35
|
closes #588
|
2011-10-09 09:28:49 -04:00 |
|
Scott Davis
|
dd75f7241e
|
micro optimization via @brainopia
|
2011-10-09 09:19:27 -04:00 |
|
brainopia
|
93ff7b31ec
|
merge
|
2011-10-09 09:15:57 -04:00 |
|
Scott Davis
|
efdb00cc14
|
updated tests that the previous commit from @paulirish broke
|
2011-10-09 09:00:26 -04:00 |
|
Paul Irish
|
8ede06f001
|
more attractive whitespace for prefixed and aligned styles
|
2011-10-09 08:38:05 -04:00 |
|
David Chambers
|
7c738cd379
|
css3: use transition shorthand if appropriate (closes #585)
|
2011-10-06 21:41:41 -07:00 |
|
Eric Meyer
|
6f2ac833fd
|
Merge pull request #581 from rykov/stable
Fix to remove prefix to -moz-user-select values
|
2011-10-05 09:35:46 -07:00 |
|
Michael Rykov
|
e12eb7b6d9
|
Fix to remove prefix to -moz-user-select values
|
2011-10-05 00:46:18 -07:00 |
|
Scott Davis
|
bd204a4f58
|
typo
|
2011-10-05 02:14:29 -04:00 |
|
Scott Davis
|
4fba9604eb
|
Merge branch 'master' of github.com:chriseppstein/compass
|
2011-10-05 02:06:48 -04:00 |
|
Scott Davis
|
7e32d91ae6
|
updated spriting docs via #403 closes #403
|
2011-10-05 02:01:27 -04:00 |
|
Chris Eppstein
|
4c9656f35a
|
Removed UTF-8 Character from the comments.
|
2011-10-04 13:26:06 -07:00 |
|
Colin Dean
|
656f12a4ab
|
Fixed type conversion error
I encountered this when using jruby and passing an illegal option.
|
2011-10-02 01:58:32 -07:00 |
|
Scott Davis
|
067fb963df
|
updated rake and cucumber so tests pass in 1.9.3
|
2011-09-26 13:42:12 -04:00 |
|
Chris Eppstein
|
d794394ceb
|
Add missing test fixture.
|
2011-09-26 09:31:12 -07:00 |
|
Chris Eppstein
|
fecc98219d
|
Refactor loggin within sprites
Handle missing logger instance more elegantly and centralize
relativizing and quiet mode checking.
Closes GH-84.
|
2011-09-26 09:00:51 -07:00 |
|
Scott Davis
|
9b56dc6169
|
updated for image_size monkey patch for api change
|
2011-09-24 01:21:41 -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
|
972c53ecb5
|
Respect the --force option with sprite generation.
|
2011-09-19 18:19:42 -07:00 |
|
Chris Eppstein
|
38e4b3a3d9
|
Run a callback when a sprite is removed.
|
2011-09-19 18:19:04 -07:00 |
|
Chris Eppstein
|
71e5d28a29
|
Respect the --quiet option with sprite logging
|
2011-09-19 18:18:38 -07:00 |
|
Chris Eppstein
|
28daff6771
|
Assert that sprite offsets are numbers.
|
2011-09-19 17:59:37 -07:00 |
|
Chris Eppstein
|
1b3e7a3a6b
|
Fix failing integration test.
|
2011-09-19 12:45:22 -07:00 |
|
Chris Eppstein
|
6b3b71ab37
|
Merge pull request #560 from johnbintz/rbx-sort-fix
Rubinius/JRuby sort fix
|
2011-09-19 12:31:39 -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
|
bfcff75c32
|
Handle the case where the there is not relative path to the images directory.
|
2011-09-19 09:03:02 -07:00 |
|
Chris Eppstein
|
b5ca89425d
|
code cleanup
|
2011-09-19 07:41:32 -07:00 |
|
Chris Eppstein
|
de029babb5
|
Slightly prettier output during sprite file generation.
|
2011-09-19 07:41:32 -07:00 |
|
Chris Eppstein
|
ce853df6bf
|
In some cases changing the layout doesn't force the sprite hash to change, so we have to make the layout part of the hash.
|
2011-09-19 07:41:32 -07:00 |
|
Chris Eppstein
|
8b33471229
|
Bump sprite version for this release.
|
2011-09-19 07:41:32 -07:00 |
|
Chris Eppstein
|
cd907d17a7
|
Log the creation or unchanged status of sprites during compilation.
|
2011-09-19 07:41:31 -07:00 |
|