Chris Eppstein
01cbc9cc6c
Print out the new style help with -h and --help instead of the old-style help.
2010-08-31 21:57:34 -07:00
Chris Eppstein
de66f7ad6a
clean up the docs on the fancy-type module in blueprint.
2010-08-31 21:57:34 -07:00
Chris Eppstein
180e8780d8
update some comments and formatting
2010-08-31 21:57:34 -07:00
Chris Eppstein
2d198870db
make the docs on extensions a bit more clear for rubygems extensions.
2010-08-31 21:57:34 -07:00
Eric Meyer
994e0e3335
official gradients still need image declared
2010-08-30 16:13:17 -06:00
Chris Eppstein
7672739f98
fix typo in docs
2010-08-29 19:42:01 -07:00
Chris Eppstein
71bf9d6607
Disable that for now.
2010-08-29 19:32:01 -07:00
Chris Eppstein
32856b5899
Print a better error message if the extension isn't found.
2010-08-29 14:35:32 -07:00
Chris Eppstein
caa26626c0
versions change.
2010-08-29 13:43:52 -07:00
Chris Eppstein
bd897aca73
prepare for release
2010-08-29 11:39:29 -07:00
Chris Eppstein
f3cca854b7
Update docs
2010-08-29 11:39:29 -07:00
Chris Eppstein
5c523e3308
Update docs
2010-08-29 11:33:55 -07:00
Chris Eppstein
8ad10dc467
A command to unpack an extension from the system location.
2010-08-29 11:30:58 -07:00
Chris Eppstein
ee6d537999
less stuff in the rails config file... more stuff coming from defaults.
2010-08-29 02:58:20 -07:00
Chris Eppstein
8a7fdd6fa3
Reload the compass configuration with each request in case it changes.
2010-08-29 02:58:20 -07:00
Chris Eppstein
ca789f00d8
Scope any css stylesheets that get generated into a project without the user's permission
2010-08-29 02:58:20 -07:00
Chris Eppstein
e4608e3e4c
load the sass plugin for the user in rails3
2010-08-29 02:58:20 -07:00
Chris Eppstein
52c47d7de4
In rails 3, there's no need for an initializer. Instead we use a
...
Railstie. Additionally, we now default to app/stylesheets for sass files
and public/stylesheets for css files -- though they can still be changed
after installation or on the command line during project initialization.
Compass is now a gem plugin in a rails environment.
Lastly, in a rails3 environment the compass configuration can now be
changed without restarting the rails server process.
2010-08-29 02:57:38 -07:00
Chris Eppstein
f44e1ea492
Detect the version of rails and print out instructions accordingly.
2010-08-28 21:54:40 -07:00
Chris Eppstein
04eb17968e
Don't add load paths to sass that already exist.
2010-08-28 21:54:00 -07:00
Chris Eppstein
ac1f0a4be8
Default stylesheet locations for rails apps
2010-08-28 21:52:50 -07:00
Chris Eppstein
034012295a
Merge branch 'stable'
...
* stable: (81 commits)
Gemfiles for testing and a rails test helper that works for both rails 2 and rails 3.
provide correct installation steps when the compass validator is not found.
Fix a broken test case.
That wasn't supposed to be released yet.
Fixed error: there is no opposite-position(both)
Fix a bug in the statistics analyzer for rules with interpolation.
bump version for release
upgrade to bundler 1.0
link the docs to the stable branch.
Update the CHANGELOG for the 0.10.5 release
Read assets in binary mode for the windows users.
bump version.
Get the imports straightend out for the new mixins.
Bug fix: make the path-based configuration really work right.
inline-block-list tests
inline-block-list documentation
inline-block-list mixin
added additional html5 block-level elements per recommended reset stylesheet: http://html5doctor.com/html-5-reset-stylesheet/
Prepare for release.
Prepare for release
...
Conflicts:
VERSION.yml
doc-src/content/CHANGELOG.markdown
frameworks/blueprint/stylesheets/blueprint/_colors.scss
frameworks/compass/stylesheets/compass/css3/_box-shadow.scss
frameworks/compass/stylesheets/compass/css3/_font-face.scss
2010-08-28 14:07:47 -07:00
Chris Eppstein
13055f4731
Gemfiles for testing and a rails test helper that works for both rails 2 and rails 3.
2010-08-28 13:58:08 -07:00
Chris Eppstein
a2a9835688
provide correct installation steps when the compass validator is not found.
2010-08-28 12:52:54 -07:00
Chris Eppstein
84f95019ce
Fix a broken test case.
2010-08-28 12:50:48 -07:00
Chris Eppstein
7467463d13
That wasn't supposed to be released yet.
2010-08-28 10:55:28 -07:00
Andrew Vit
3db4760782
Fixed error: there is no opposite-position(both)
2010-08-28 10:43:17 -07:00
Chris Eppstein
8083760ef2
Fix a bug in the statistics analyzer for rules with interpolation.
2010-08-27 09:30:01 -07:00
Chris Eppstein
576bf9d409
bump version for release
2010-08-27 07:33:47 -07:00
Chris Eppstein
c79fd5448c
upgrade to bundler 1.0
2010-08-26 23:04:35 -07:00
Chris Eppstein
759bf32cee
link the docs to the stable branch.
2010-08-26 23:04:35 -07:00
Chris Eppstein
b13f5ac713
Update the CHANGELOG for the 0.10.5 release
2010-08-26 23:04:31 -07:00
Chris Eppstein
b6b0723788
Read assets in binary mode for the windows users.
2010-08-26 22:23:43 -07:00
Chris Eppstein
9a81fa560e
bump version.
2010-08-25 11:53:16 -07:00
Chris Eppstein
a8da95d4f1
Get the imports straightend out for the new mixins.
2010-08-25 08:54:33 -07:00
Chris Eppstein
ec648f17b0
Bug fix: make the path-based configuration really work right.
2010-08-25 08:41:03 -07:00
Eric Meyer
64a5527ecf
inline-block-list tests
2010-08-11 17:18:45 -06:00
Eric Meyer
bc12d26f17
inline-block-list documentation
2010-08-11 17:15:58 -06:00
Eric Meyer
d20603296c
inline-block-list mixin
2010-08-11 16:35:08 -06:00
ericdfields
c899b78aed
added additional html5 block-level elements per recommended reset stylesheet: http://html5doctor.com/html-5-reset-stylesheet/
2010-08-11 00:36:57 +08:00
Chris Eppstein
63cbc21d53
Prepare for release.
2010-08-08 10:32:56 -07:00
Chris Eppstein
de651db9ad
Prepare for release
2010-08-06 13:05:13 -07:00
Chris Eppstein
30c28a76bf
Update the rails version of image_url to match the new signature.
2010-08-06 12:59:54 -07:00
Chris Eppstein
813c817eb2
Prepare for release.
2010-08-06 11:52:01 -07:00
Chris Eppstein
46b4ce1679
[Rails] bug fix: the new rails initializer did not find old configuration files (config/compass.config)
2010-08-06 11:36:00 -07:00
Chris Eppstein
973a568c1d
Tests are more useful if you actually run them.
2010-08-05 22:13:35 -07:00
Chris Eppstein
20b5f88b64
Prepare for release
2010-08-05 21:22:07 -07:00
Chris Eppstein
87b1d72885
Test case for fonts
2010-08-05 21:18:34 -07:00
Chris Eppstein
03221b9e7c
[Extensions] Manifests don't have to be hard. Allow discovery of basic assets and follow conventions for templates.
2010-08-05 21:18:11 -07:00
Chris Eppstein
776b772c08
[Rails] Don't emit configuration files when installing extensions into an existing project.
2010-08-05 21:16:51 -07:00