Chris Eppstein
|
6486693b80
|
Only colorize the action when logging results.
|
2010-10-31 00:32:45 -07:00 |
|
Chris Eppstein
|
f3fb895a32
|
Fix broken test cases.
|
2010-10-30 21:59:38 -07:00 |
|
Chris Eppstein
|
a03ee6cb8f
|
Make the compass configuration file more self documenting by adding comments for preferred_syntax, output_style, and line_comments.
|
2010-10-30 17:59:18 -07:00 |
|
Chris Eppstein
|
b601fb8d04
|
Pass --no-line-comments to disable line comments.
|
2010-10-30 17:55:30 -07:00 |
|
Chris Eppstein
|
a154d2e5cf
|
A little less noise during installation.
|
2010-10-30 17:51:00 -07:00 |
|
Chris Eppstein
|
4ba6e57106
|
Change the default Sass directory in standalone projects from src to sass. Closes GH-203
|
2010-10-30 17:00:09 -07:00 |
|
Chris Eppstein
|
a40fce8af1
|
Bug fix: In webkit, when the last gradient color stop was a percent less than 100%, the
intermediate values were being scaled to that value. Closes GH-118.
|
2010-10-30 16:45:25 -07:00 |
|
Chris Eppstein
|
03e01c4eb2
|
Add the ability to print out compass configuration values
|
2010-10-30 15:46:26 -07:00 |
|
Chris Eppstein
|
37db7f3b8c
|
Add help text for the imports subcommand.
Closes GH-182
|
2010-10-11 02:33:35 -07:00 |
|
Chris Eppstein
|
45ca5eb147
|
Fix error in installation instructions on scss-based projects.
Closes GH-186.
|
2010-10-11 02:24:50 -07:00 |
|
Chris Eppstein
|
416936ca0b
|
Merge commit 'snoblet/stable' into stable
* commit 'snoblet/stable':
Fixed typo.
|
2010-10-11 01:15:03 -07:00 |
|
Chris Eppstein
|
794703fbc4
|
Make it easier to disable the asset cache buster.
|
2010-10-09 13:31:51 -07:00 |
|
Steven Noble
|
04141c62e2
|
Fixed typo.
|
2010-10-01 06:02:04 -07:00 |
|
Chris Eppstein
|
3bd06d3033
|
better description of the --using option.
|
2010-08-31 22:35:08 -07:00 |
|
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
|
32856b5899
|
Print a better error message if the extension isn't found.
|
2010-08-29 14:35:32 -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
|
a2a9835688
|
provide correct installation steps when the compass validator is not found.
|
2010-08-28 12:52:54 -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
|
b6b0723788
|
Read assets in binary mode for the windows users.
|
2010-08-26 22:23:43 -07:00 |
|
Chris Eppstein
|
ec648f17b0
|
Bug fix: make the path-based configuration really work right.
|
2010-08-25 08:41:03 -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
|
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
|
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 |
|
Chris Eppstein
|
ad967f5e6d
|
[Compass Core] All url helpers now accept a second argument that when true will cause only the path to be emited.
|
2010-08-05 20:55:48 -07:00 |
|
Chris Eppstein
|
dd0f3a816b
|
[Command Line] Make it easier to load non-gem frameworks from the
command line and project configuration files.
|
2010-08-01 11:18:33 -07:00 |
|
Chris Eppstein
|
165e3b43fb
|
Add missing file.
|
2010-07-24 02:01:43 -07:00 |
|
Chris Eppstein
|
06ab3d4b41
|
[CSS3] if a root relative url is passed to image-url, still find the file and do the normal processing.
|
2010-07-24 01:34:14 -07:00 |
|
Chris Eppstein
|
c02cab30bb
|
[CSS3] Support for specifying horizontal and vertical radii for the shorthand border-radius property.
|
2010-07-24 00:55:09 -07:00 |
|
Chris Eppstein
|
a2a0d58508
|
[Rails] Make it possible to only install the configuration files into a rails project.
|
2010-07-23 23:31:11 -07:00 |
|
Chris Eppstein
|
5864f2aeab
|
[Rails] Move most of the contents of the compass initializer back to the compass codebase. Discover compass extensions automatically during boot.
|
2010-07-23 22:54:23 -07:00 |
|
Chris Eppstein
|
755b9a3a11
|
[Extensions] Make it possible for extensions to create empty directories. Closes GH-173.
|
2010-07-23 20:41:52 -07:00 |
|
Chris Eppstein
|
c78e097841
|
Don't use the Base64 library. It's not found in ruby 1.9.
|
2010-07-23 19:36:40 -07:00 |
|
Chris Eppstein
|
6289fa1de1
|
[Compass Core] Fixed a bug in inlint-font-files().
|
2010-07-20 01:23:34 -07:00 |
|
Chris Eppstein
|
ea355b8cf0
|
[Command Line] Fixed a display issue when the filenames were shorter than the total label in the compass stats tool
|
2010-07-18 00:11:00 -07:00 |
|
Max Baumann
|
acffc9fd73
|
bugfix for inline-font-files helper
path variable isn't an argument to this function - deleted unnecessary line causing error
|
2010-07-10 00:08:06 -07:00 |
|
Chris Eppstein
|
fe056d6597
|
[Core] Rename the grad-opposite-position() helper to opposite-position() and expose it as part of the core library.
|
2010-07-09 17:53:22 -07:00 |
|
Chris Eppstein
|
f4a1e85f34
|
Fix confusing error scenario on windows. Closes GH-156.
|
2010-07-08 22:33:50 -07:00 |
|
Chris Eppstein
|
a7b6ae0d50
|
Fixed a regression in the rails installer.
|
2010-05-31 13:12:05 -07:00 |
|
Chris Eppstein
|
01277cd6ea
|
[Command Line] Allow another configuration file to be used when creating a new project
|
2010-05-30 12:08:56 -07:00 |
|
Chris Eppstein
|
8889d25414
|
[Command Line] The compass frameworks command has nicer output now -- similar to compass help. The -q option can be used to get a simple list of frameworks.
|
2010-05-30 10:59:39 -07:00 |
|
Chris Eppstein
|
6ab85ecd83
|
[Rails] Provide a wrapper method for Rails.root/RAILS_ROOT that avoids deprecation warnings and handles the case where rails is not loaded at all.
|
2010-05-30 10:37:00 -07:00 |
|
Chris Eppstein
|
f3d3a66151
|
[Command Line] Fix a bug in compass stats when using scss files.
|
2010-05-30 08:10:07 -07:00 |
|
Chris Eppstein
|
9f561e97cb
|
[Command Line] Respect the --dry-run option during compilation.
|
2010-05-30 07:02:07 -07:00 |
|
Chris Eppstein
|
98e291fa2b
|
Fix a bug in the command and added a test case for that feature.
|
2010-05-29 14:57:25 -07:00 |
|
xcephe
|
2a1731f705
|
Fixed image-width and image-height helpers to function properly on Windows by forcing file reads in binary mode.
|
2010-05-16 19:02:11 -07:00 |
|
Chris Eppstein
|
942ea5f1b0
|
Fix some bugs introduced when the Sass monkey patch was removed.
|
2010-05-15 00:55:31 -07:00 |
|
Chris Eppstein
|
bf90f6ea39
|
Don't require deleted files.
|
2010-05-15 00:32:11 -07:00 |
|