Commit Graph

655 Commits

Author SHA1 Message Date
hokaccha
b00aee79d6 Add function percentage 2011-12-15 11:15:38 +09:00
Alexis Sellier
9e48460eff (dist) build 1.1.6 2011-12-10 14:20:04 +01:00
Alexis Sellier
867014c4b9 (dist) version bump 2011-12-10 14:19:45 +01:00
Alexis Sellier
c11bddc673 fix duplicate header in minified js 2011-12-10 14:19:33 +01:00
Alexis Sellier
6ba85e1c7e improve minification process a little 2011-12-10 14:18:15 +01:00
Alexis Sellier
cf5d3050ea Merge pull request #496 from wfreeman/master
Removed call to put header into minified build, because it's already there.
2011-12-10 05:16:52 -08:00
Alexis Sellier
5c94387928 Merge pull request #379 from khalsah/bug/chrome-extensions
Accept 2xx statuses even for file requests
2011-12-10 05:06:56 -08:00
Alexis Sellier
62e7840a6e Merge pull request #494 from jmcclell/patch-1
Adding support for absolute paths on Windows.
2011-12-10 05:05:07 -08:00
Alexis Sellier
4ae2d1bf05 Merge pull request #514 from eager/master
Fix java.io.FileNotFoundException when @importing from LESS in subdirectory
2011-12-10 05:03:55 -08:00
Alexis Sellier
205816758d Merge pull request #461 from dmcass/sys-util
require 'util' instead of 'sys' in lessc and less-benchmark.js
2011-12-10 05:01:55 -08:00
Alexis Sellier
ff0dc06c54 Merge branch 'master' of github.com:cloudhead/less.js 2011-12-10 14:00:23 +01:00
Alexis Sellier
c47e5fa87d Merge pull request #506 from Harrison/master
Issue #393 Add support for "rem" dimensions
2011-12-10 05:00:09 -08:00
Alexis Sellier
bec6b223ae support -ms- vendor extension 2011-12-10 13:59:32 +01:00
Alexis Sellier
431b202d88 (minor) ws 2011-12-10 13:54:24 +01:00
Alexis Sellier
c2d61e75de Merge branch 'master' of https://github.com/Glench/less.js into yui 2011-12-10 13:52:07 +01:00
Alexis Sellier
7ae5af9b42 add ceil/floor math functions, refactor. 2011-12-10 13:50:53 +01:00
Alexis Sellier
ecb61ac169 Merge pull request #507 from garth/master
Fixed lessc require('sys') for nodejs 0.6.*
2011-12-10 04:50:07 -08:00
Alexis Sellier
d352284ba5 merge named-colors 2011-12-10 13:43:48 +01:00
Alexis Sellier
b44d2dc9fe merge named-colors patch 2011-12-10 13:41:20 +01:00
Christian Eager
c7bcf94ef7 Pass current sheet's path to the new Parser.
This fixes relative @imports from LESS files in subdirectories.
2011-12-09 15:03:09 -05:00
Garth Williams
d5bb283a62 Updated lessc require from sys to util for nodejs 0.6.* 2011-12-04 20:54:46 +01:00
Glen Chiacchieri
164be53d0e Remove useless variable assignment. 2011-12-03 15:13:07 -05:00
Glen Chiacchieri
93a541c003 Remove debugging statement. 2011-12-03 15:06:58 -05:00
Philip Harrison
6c3317ff0b Add rem dimension support 2011-12-03 17:58:25 +01:00
Glen Chiacchieri
e57fd2383e Add yui css compressor on lessc for better compression. Call with lessc
--yui-compressor. If -x and --yui-compressor are present, it will only
use the YUI compressor.
2011-12-02 17:33:12 -05:00
Alexis Sellier
4c50608860 Merge pull request #492 from fat/operation-comments
fix comments in operations (ex: *height: 2px * 4 /* ie hack */)
2011-12-01 04:45:25 -08:00
Wes Freeman
62a36e567f Updating Makefile to not add a redundant header in the minified javascript. 2011-11-29 22:47:17 -05:00
Jason McClellan
866b6b483c Adding support for absolute paths on Windows. 2011-11-28 08:37:41 -05:00
Jacob Thornton
602c0c5c5a fix comments in operations (ex: *height: 2px * 4 /* ie hack */) 2011-11-26 15:01:09 -08:00
Alexis Sellier
9eb0423cb2 fix regression on url.js 2011-11-26 23:42:23 +01:00
Alexis Sellier
97cbfa5d1a fix minor directive parsing bug 2011-11-26 23:42:11 +01:00
Alexis Sellier
920034233b Merge pull request #458 from fat/assignment-entities
Assignment entities
2011-11-24 16:14:39 -08:00
Alexis Sellier
0e01c72560 more flexible parsing of vendor selectors 2011-11-23 12:02:17 +01:00
Alexis Sellier
bf73ee7c68 (dist) hot-fix 1.1.5 2011-11-23 10:59:14 +01:00
Alexis Sellier
40601f8a61 fix regression on urls with relative paths Closes #464 #471 #465 2011-11-23 10:58:26 +01:00
Dustin Cass
7bb0a2ab6b require 'util' instead of 'sys' in lessc and less-benchmark.js 2011-11-14 10:46:12 -08:00
Alexis Sellier
2af0f62f98 fix less.mode in node 1.1.4-lastest 2011-11-14 17:24:20 +01:00
Alexis Sellier
2a9cc68ec7 (dist) build rhino 2011-11-14 11:58:35 +01:00
Alexis Sellier
ab5af597ef (dist) version bump & build 1.1.5 2011-11-14 11:58:12 +01:00
Alexis Sellier
85a681de2f require 'util' instead of 'sys' 2011-11-14 11:50:56 +01:00
Alexis Sellier
bc32a8ed0a Merge branch 'master' of github.com:cloudhead/less.js 2011-11-14 11:47:03 +01:00
Alexis Sellier
13455c0651 remove require.paths from scripts 2011-11-14 11:46:37 +01:00
Jacob Thornton
416efd3b60 clean up comment which read confusing 2011-11-13 00:34:39 -08:00
Jacob Thornton
7c2ac614cb get spec passing 2011-11-13 00:31:40 -08:00
Jacob Thornton
56fc8fe510 clean up + add test 2011-11-13 00:21:03 -08:00
Jacob Thornton
c3b560c6c1 Merge branch 'master' into assignment-entities 2011-11-12 23:57:36 -08:00
Jacob Thornton
354844e802 add assignment entities 2011-11-12 23:55:40 -08:00
Alexis Sellier
7401f5aed3 Merge pull request #445 from jlaire/patch-1
fix undefined reference
2011-11-12 05:09:26 -08:00
Alexis Sellier
e80847267b fix IE 6 support 2011-11-12 14:06:40 +01:00
Alexis Sellier
e35dc0efc0 merge 2011-11-12 13:49:41 +01:00