1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
Commit graph

31 commits

Author SHA1 Message Date
Nathan Weizenbaum
2629f908a5 Report Sass errors better.
Actually insert Sass error reports into the document
using the content attribute of a body:before selector.
2008-04-18 16:56:37 -07:00
Olek Poplavsky
c8417ef7fe Fixed problem with Sass partials in subdirectories rendering to CSS. 2008-04-13 17:45:31 -07:00
Nathan Weizenbaum
21451ee6bd Rename README to README.rdoc. 2008-03-13 01:07:07 -07:00
Nathan Weizenbaum
9cadebe3b2 Initialize @@checked_for_updates in Sass::Plugin. 2008-02-14 08:06:09 -08:00
Nathan Weizenbaum
9ab4f900f0 Ensure that Sass::Plugin.update_stylesheets is run at least once per process, unless specifically forbidden. 2008-02-11 19:49:16 -08:00
nex3
c1b21a2d75 Merb handler for Sass. This includes a pretty major restructuring of Sass::Plugin to factor out the Rails-specific code.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@616 7063305b-7217-0410-af8c-cdc13e5119b9
2007-11-17 19:55:26 +00:00
nex3
5ff6c187ea Sass stylesheet_needs_update? logic checks @imported stylesheets for changes as well.
Also, added a :never_update option because Sass now might take a while to check update neccessity.


git-svn-id: svn://hamptoncatlin.com/haml/trunk@599 7063305b-7217-0410-af8c-cdc13e5119b9
2007-09-02 01:48:25 +00:00
nex3
103c564cdc Sass "partials" can be used - starting a Sass filename with an underscore means it won't be rendered, and can be imported without the underscore.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@596 7063305b-7217-0410-af8c-cdc13e5119b9
2007-08-28 05:33:57 +00:00
nex3
6e2c784c6a A little refactoring in sass/plugin.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@595 7063305b-7217-0410-af8c-cdc13e5119b9
2007-08-28 05:10:48 +00:00
nex3
5cd1dd3c11 Added support for nested Sass subdirectories. Credit goes to Robin Ward!
git-svn-id: svn://hamptoncatlin.com/haml/trunk@500 7063305b-7217-0410-af8c-cdc13e5119b9
2007-05-03 09:04:20 +00:00
nex3
a540b2a4bd Tests - and requisite fixes - for Sassy importing.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@448 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-25 08:20:33 +00:00
nex3
bca66ea635 Preliminary support for a Sassy import statement. Needs some refinement and bug fixes (see TODO), as well as documentation and testing.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@443 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-18 21:11:32 +00:00
nex3
8eaacb7999 Clarifying a local/class variable ambiguity.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@383 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-01 05:06:54 +00:00
nex3
7cd7e603b1 New, nested Sass style.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@349 7063305b-7217-0410-af8c-cdc13e5119b9
2007-02-06 03:34:49 +00:00
nex3
bbc8dc9582 Nicer error formatting, correct line numbering on errors thrown.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@334 7063305b-7217-0410-af8c-cdc13e5119b9
2007-02-02 06:15:28 +00:00
nex3
1fe7cdfba4 Better constant checking.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@284 7063305b-7217-0410-af8c-cdc13e5119b9
2007-01-16 21:13:55 +00:00
nex3
4dd7e6cd2b Fixed failing constant definitions.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@283 7063305b-7217-0410-af8c-cdc13e5119b9
2007-01-16 21:06:26 +00:00
packagethief
b949746371 Fixed memoization in sass plugin
git-svn-id: svn://hamptoncatlin.com/haml/trunk@282 7063305b-7217-0410-af8c-cdc13e5119b9
2007-01-08 16:35:01 +00:00
nex3
62f4e6021c Slight test modifications.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@280 7063305b-7217-0410-af8c-cdc13e5119b9
2007-01-07 04:08:48 +00:00
nex3
345093a1ec Requires are now even cleaner. Huzzah!
git-svn-id: svn://hamptoncatlin.com/haml/trunk@247 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-23 03:00:59 +00:00
nex3
afc413491c Displays information about exceptions if they are thrown during rendering.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@237 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-22 01:44:07 +00:00
nex3
8d665ba8b6 Renaming README to REFERENCE
git-svn-id: svn://hamptoncatlin.com/haml/trunk@231 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-18 01:31:11 +00:00
nex3
cbd5d3d128 Preliminary Sass public documentation.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@230 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-17 16:45:07 +00:00
nex3
6914f275f3 Sass creates css_location if it doesn't exist.
git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@203 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-05 01:16:53 +00:00
nex3
425ee3961f Fixed another nasty little bug.
git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@199 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-04 10:42:22 +00:00
nex3
6e0d55e519 Default options now work, hopefully.
git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@198 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-04 10:39:06 +00:00
nex3
c4032e6acf Better tests, closer to 100% rcov.
git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@193 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-04 02:47:37 +00:00
hcatlin
e811263ced Doing some extra shit.
git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@177 7063305b-7217-0410-af8c-cdc13e5119b9
2006-11-28 22:16:40 +00:00
hcatlin
fedcc42953 Testing that the files only update when needed.
git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@176 7063305b-7217-0410-af8c-cdc13e5119b9
2006-11-28 20:39:33 +00:00
hcatlin
c94123be02 Getting the tests functional and getting the plugin into functional shape.
Now... time to try with a real application!



git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@175 7063305b-7217-0410-af8c-cdc13e5119b9
2006-11-28 20:33:22 +00:00
hcatlin
fa5048ba40 Adding in the initial sasstastic stuff.
git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@174 7063305b-7217-0410-af8c-cdc13e5119b9
2006-11-28 19:43:58 +00:00