Commit Graph

410 Commits

Author SHA1 Message Date
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
Chris Eppstein
869e0bfac7 [Rails] When configuring the Sass::Plugin, don't overwrite existing template locations. Closes GH-136. 2010-05-14 23:29:20 -07:00
Chris Eppstein
9a49c457da [Command Line] Improved descriptions of the watch and init commands. 2010-05-14 23:02:33 -07:00
Chris Eppstein
732fc8f042 [Rails] Improved the next steps to perform after installing compass so that it mentions registering the compass gem. 2010-05-14 23:02:33 -07:00
Chris Eppstein
e796511658 [Rails] Fixed a reference to the old configuration file. 2010-05-14 23:02:33 -07:00
Nathan Weizenbaum
6ad50ea2d8 Get rid of some dead code that was breaking Rails 3. Closes GH-137. 2010-05-14 17:31:07 -07:00
Chris Eppstein
83a876fbf7 [Command Line] Actually register the subcommand for listing frameworks 2010-05-13 01:10:52 -07:00
Chris Eppstein
cc08b1e5de [Command Line] Add a sub command for emitting sass CLI imports 2010-05-13 00:25:32 -07:00
Chris Eppstein
211e99c90c Every stable release is fine. no need to qualify it. 2010-05-12 10:02:03 -07:00
Chris Eppstein
e2858f8e8c [Rails] Update the rails installer to use the non-beta releases. 2010-05-10 03:05:41 -07:00
Chris Eppstein
5d0454dc02 [Rails] Pass template locations as an array of tuples instead of as a hash to preserve load path ordering.
Closes GH-128.
2010-05-08 23:43:38 -07:00
Chris Eppstein
76a12b4ea2 [CLI] Add the --syntax option to the deprecated CLI for consistency. Closes #114. 2010-05-08 21:46:28 -07:00
Chris Eppstein
2c6028a163 [CLI] Enable command abbreviations. 2010-05-07 10:03:42 -07:00
Chris Eppstein
fa3230e802 [Compass Core] Alias headings to headers for w3c compliant terminology 2010-05-04 19:03:55 -07:00
Chris Eppstein
89442c93b1 [Compass Core] Fix a bug that caused quotes strings passed to url() to be wrapped in another set of single quotes. Closes GH-125. 2010-05-04 19:03:23 -07:00
Chris Eppstein
023d176453 [Docs] Document the font-files() helper function. 2010-05-03 21:25:43 -07:00
Chris Eppstein
46b7343b80 Update the rails template for v0.10 2010-05-02 19:22:50 -07:00
Chris Eppstein
6c9244ec14 Add the options from the command line into the configuration stack. Closes GH-99. 2010-05-02 18:02:13 -07:00