Commit Graph

2099 Commits

Author SHA1 Message Date
Scott Davis
f1061c474b updated gemfile 2011-04-26 22:00:46 -04:00
Scott Davis
e78ddf5d72 updated gemfile 2011-04-26 21:59:20 -04:00
Scott Davis
5cdd9c6d09 updated gemfile 2011-04-26 21:52:47 -04:00
Brandon Mathis
26f44fd8a2 fixed merge 2011-04-26 18:34:51 -05:00
Brandon Mathis
7106b7d719 Merge branch 'master' of github.com:chriseppstein/compass 2011-04-26 18:30:57 -05:00
Chris Eppstein
963eb3065b Merge branch 'stable'
* stable:
  Release strategy post.
  doc gemfile changes
  Fix broken example
  charityware

Conflicts:
	doc-src/Gemfile.lock
2011-04-26 07:42:01 -07:00
Chris Eppstein
ef013a231b Release strategy post. 2011-04-26 07:40:48 -07:00
Chris Eppstein
a881b0388c doc gemfile changes 2011-04-26 07:40:34 -07:00
Chris Eppstein
63cae60ca8 Fix broken example 2011-04-25 14:46:16 -07:00
Chris Eppstein
9dc37dd93a charityware 2011-04-25 11:26:49 -07:00
Chris Eppstein
a8498835c2 Merge branch 'stable'
* stable:
  Bump version for release.
  Update gemspec to pick up the stable version of sass.
  Add comments to blog posts
  Credits.
  Bump version and assign a name.

Conflicts:
	Gemfile.lock
2011-04-25 11:09:56 -07:00
Chris Eppstein
a3a1f26ea1 Bump version for release. 2011-04-25 11:08:18 -07:00
Chris Eppstein
5528a7a51e Update gemspec to pick up the stable version of sass. 2011-04-25 11:07:27 -07:00
Chris Eppstein
4d3ca90e82 Add comments to blog posts 2011-04-24 23:29:29 -07:00
Chris Eppstein
47b8fd4b55 Credits. 2011-04-24 22:51:22 -07:00
Scott Davis
58c7447436 gemfile fix 2011-04-25 01:49:33 -04:00
Scott Davis
a58a66c4c2 added application integration to turtorials 2011-04-25 01:44:08 -04:00
Chris Eppstein
144a3b27a1 Bump version and assign a name. 2011-04-24 22:21:10 -07:00
Chris Eppstein
bb53c8c34b v0.11 release posting and docs cleanup. 2011-04-24 22:11:06 -07:00
Scott Davis
e3aa9aa424 Merge branch 'master' of github.com:chriseppstein/compass 2011-04-24 23:23:12 -04:00
Scott Davis
0d029e6a02 merge 2011-04-24 23:23:07 -04:00
Chris Eppstein
28ccff0fba Make the generated configuration file a little more readable. 2011-04-24 20:04:03 -07:00
Chris Eppstein
4957774e49 Default production mode to compressed output 2011-04-24 19:57:45 -07:00
Chris Eppstein
f775fa0ca0 Correct the CLI help on the default value of environment. 2011-04-24 19:56:29 -07:00
Chris Eppstein
5962a85a99 Fix broken linear gradients with svg enabled. 2011-04-24 18:59:07 -07:00
Chris Eppstein
85268281bc Fix failing tests due to load path changes. 2011-04-24 16:41:56 -07:00
Chris Eppstein
a997fa2332 Use expand_path to match the behavior is Sass. Fixes a bug that causes compass to always compile all files. 2011-04-24 16:04:50 -07:00
Chris Eppstein
75901f9287 Fix watcher output on the first run. 2011-04-24 16:04:50 -07:00
Chris Eppstein
a3e1fa7f78 release blog post. WIP 2011-04-24 16:04:49 -07:00
Chris Eppstein
4127ea7c9e Kick off a GC at the end of a watcher run. 2011-04-24 16:04:49 -07:00
Chris Eppstein
30e01c7cbd Clean up the creation and management of importers and compilers 2011-04-24 16:04:49 -07:00
Scott Davis
830a44868a updated docs for extension change closes#351 2011-04-23 11:14:35 -04:00
Scott Davis
59fdec521d creating an extension now responds to the -x parameter for setting syntax 2011-04-23 11:12:16 -04:00
Scott Davis
382222b6db bumped chunky_png version 2011-04-23 10:22:56 -04:00
Scott Davis
613753e06a merge 2011-04-23 10:19:40 -04:00
Scott Davis
9c8522be72 changed quotes to use syntactic sugar 2011-04-23 10:17:26 -04:00
Chris Eppstein
c7a1c2a911 Correctly report the changed file. 2011-04-22 09:37:19 -07:00
Chris Eppstein
ece275a054 Reset the memory cache before each watcher run. 2011-04-22 09:37:19 -07:00
Chris Eppstein
9e54d7bcb7 Unnecessary normalization -- sass will do it later. 2011-04-22 09:37:18 -07:00
Chris Eppstein
a8a74995bf A module to help debug memory leaks in the watcher. 2011-04-22 09:37:11 -07:00
Chris Eppstein
78dc4a5bfb Pick up bug fix in FSSM. 2011-04-21 12:32:55 -07:00
Chris Eppstein
f4ac295894 Refactor the gradient literals. 2011-04-20 22:28:46 -07:00
Chris Eppstein
9cafbc642c Consistent hashing of the Sprite importer object 2011-04-20 21:09:40 -07:00
Chris Eppstein
134160885c Store the compiler importer in the Sass options so sass doesn't make one. 2011-04-20 21:09:39 -07:00
Chris Eppstein
4c814f97dd Use Sass's Chain and Memory caching for faster caching, store this once in the configuration when watching so Sass doesn't do this with each iteration. 2011-04-20 21:09:39 -07:00
Chris Eppstein
5f1c35d171 Only compute the sass engine options once in the update_project command -- this is called repeatedly by the watcher command. 2011-04-20 21:09:39 -07:00
Scott Davis
fec367d60c fixed gemfile and removed coercion to float 2011-04-20 19:57:19 -04:00
Scott Davis
ac623c620b svg gradients now support angles 2011-04-20 19:34:20 -04:00
Scott Davis
4e502dda73 svg gradients now support angles 2011-04-20 19:33:29 -04:00
Scott Davis
8642187173 updated linier svg gradients to have userSpaceOnUse to be consistant with the radial implimentation 2011-04-20 17:17:03 -04:00