Commit Graph

80 Commits

Author SHA1 Message Date
Tom MacWright
3fbbd5fbb0 Fixing messc for errors 2011-01-17 14:03:00 -05:00
Tom MacWright
cdde96a0ff Allowing parse of non-JSON manifest stylesheets in messc 2011-01-13 14:24:03 -05:00
Tom MacWright
8ed2b5febd Adding documentation to binary 2011-01-13 14:15:05 -05:00
Tom MacWright
97a4e8ae85 Removing old less and css files. 2011-01-13 14:11:06 -05:00
Tom MacWright
e5ba37d71e Full rename to mess 2011-01-05 14:23:28 -05:00
Tom MacWright
5aa09d6d72 Download, compile, save, etc 2011-01-04 14:47:00 -05:00
Tom MacWright
750d6b1f12 Adding rendering machinery 2011-01-04 13:07:27 -05:00
Felix Geisendörfer
66887882f5 Fix bin/lessc
One more time, had to replace fs.open call with fs.readFile.
2010-10-13 14:09:00 +08:00
cloudhead
f872b0f3f3 silent option. pass options through writeError 2010-06-18 19:51:29 -04:00
cloudhead
58c457f1d3 fix error message when no filename, also try to print stack 2010-06-18 19:44:48 -04:00
cloudhead
ffc7c4c094 proper exit codes on errors, and use stderr 2010-06-18 19:23:56 -04:00
cloudhead
f3a3ece9c0 fix lessc optimization parsing 2010-06-16 18:25:40 -04:00
cloudhead
0477f14dde better error handling 2010-06-11 21:46:24 -04:00
cloudhead
a7678bbd4f (bin) add compress and optimization options 2010-06-11 20:38:44 -04:00
Steve Losh
7204a2b29f fix bin/lessc to work with relative and absolute paths 2010-06-12 06:27:35 +08:00
cloudhead
6a5354579b improve error reporting, include filename 2010-06-04 13:28:38 -04:00
cloudhead
2894174213 tweaks to bin/lessc 2010-06-01 21:48:13 -04:00
cloudhead
fb393e8f62 nvm compatibility 2010-05-05 01:00:00 -04:00
cloudhead
94780c2f72 moved index.js to lib/less 2010-05-05 00:23:45 -04:00
cloudhead
f6d1cf981e Overhaul of the error system
The parse() function no longer assumes the command-line is the output
device. We use less.writeError in node.js.
2010-04-25 19:39:21 -04:00
cloudhead
bd91bd90aa use puts instead of writeError, which was removed 2010-04-21 10:11:34 -04:00
cloudhead
24bba952c7 removed lib/ext, moved lib/less.js to /index.js, moved Array/find to tree.find 2010-03-27 02:26:55 -04:00
cloudhead
ef97105ce3 made parser reentrant for import support 2010-03-21 19:17:37 -04:00
cloudhead
80905fdc58 no need to pass starting values to toCSS() anymore 2010-03-19 20:14:35 -04:00
cloudhead
9a276481f1 Fix bin/lessc to use less.js and callback-style 2010-03-19 18:04:56 -04:00
cloudhead
3175652f76 oops, fixed command line tool 2010-03-05 19:17:32 -05:00
cloudhead
78f9767c6a improved command line tool 2010-03-05 15:33:36 -05:00
cloudhead
1e16d0233c ParseErrors dont raise an exception anymore, we just set parser.error to the value of the error 2010-02-27 14:14:52 -05:00
cloudhead
7944ce092b print to stdout if no output file was specified [lessc] 2010-02-26 22:28:32 -05:00
cloudhead
d3852cf463 bin/ init 2010-02-26 18:18:11 -05:00