Luke Page
f8de5bcb16
replace simple regex's with simple string comparisons
2015-03-15 10:24:41 +00:00
Luke Page
d04e1d7464
make benchmark easier to run
2015-03-15 09:59:18 +00:00
Luke Page
c4fa45f3b9
fix benchmark
2015-03-13 17:56:47 +00:00
Luke Page
5651517f5f
Fix missing new statement, causing a undefined throw and bad error message
2015-03-13 16:06:19 +00:00
Luke Page
fe8cf75d14
verbose is not deprecated since now it does something. Fixes #2441
2015-03-13 15:54:47 +00:00
Luke Page
926de5779c
appveyor - abandon 0.11 and start testing 0.12
2015-03-12 23:23:25 +00:00
Luke Page
31ad118674
upgrade source-map
2015-03-12 23:21:09 +00:00
Luke Page
a96e82d868
Also test on iojs
2015-03-12 19:17:42 +00:00
Luke Page
8000f625c6
Merge branch 'master' of https://github.com/less/less.js
2015-03-12 19:01:25 +00:00
Luke Page
124128470b
fix config for promises in less.js
2015-03-12 19:01:05 +00:00
Luke Page
5387ee5f2f
Merge pull request #2497 from calvinjuarez/ruleset-as-default-arg
...
Allow detached rulesets as mixin argument defaults
2015-03-11 06:03:30 +00:00
Calvin Juárez
fb81856a61
tests – update tests to reflect changes
2015-03-10 18:26:40 -06:00
Calvin Juárez
d4a8804808
parser – fix #2496 : allow detached rulesets as mixin argument defaults
2015-03-10 18:10:39 -06:00
Luke Page
831ce17eb5
Merge branch 'master' of https://github.com/less/less.js
2015-03-10 06:07:20 +00:00
Luke Page
b3e06577f9
Merge pull request #2488 from bassjobsen/jit-grunt
...
add jit-grunt to the build chain
2015-03-03 06:47:08 +00:00
Bass Jobsen
139757aa9d
remove matchdep
2015-03-03 00:20:56 +01:00
Bass Jobsen
c7c56913dc
Merge branch 'jit-grunt' of https://github.com/bassjobsen/less.js into jit-grunt
2015-03-02 23:45:10 +01:00
Luke Page
c3b2be843b
Merge pull request #2489 from bassjobsen/browser-plugin-test
...
add browser postProcessor Plugin test
2015-03-02 19:58:51 +00:00
Bass Jobsen
553e75f9dc
add browser postProcessor Plugin test
2015-03-01 22:06:31 +01:00
Bass Jobsen
6128b9ca9a
add jit-grunt to the build chain
2015-03-01 11:40:25 +01:00
Bass Jobsen
6c66aeb71c
change use case and add test
2015-02-28 22:32:40 +01:00
Bass Jobsen
57def23b52
Merge branch 'patch-12' of https://github.com/bassjobsen/less.js into patch-12
2015-02-28 15:48:12 +01:00
Luke Page
95441fa501
Do not require every extend is matched inside every media query and directive - removes alot of false warnings. Fixes #2499
2015-02-26 19:07:45 +00:00
Luke Page
4492a3a64e
Tidy up the calls to console.error vs console.log. Fixes #2457 (part 2) and fixes #2461
2015-02-26 19:02:12 +00:00
Luke Page
7e48d83f86
Set error code in all cases where invalid args are given. Fixes #2457
2015-02-26 18:50:36 +00:00
Luke Page
a37a742b7d
Fix #2472 - don't loose the unit when not in strictUnits mode
2015-02-26 18:41:26 +00:00
Luke Page
7d86a5e72d
Temp. fix for comment nodes in functions. Fixes #2475
2015-02-26 18:22:39 +00:00
Luke Page
eac5f5bcab
Merge pull request #2473 from SomMeri/nested-directives-in-directives-v2-1691-2104
...
Bubbling of nested directives
2015-02-26 17:54:58 +01:00
jurcovicovam
ff558e9851
Merge https://github.com/less/less.js into nested-directives-in-directives-v2-1691-2104
2015-02-26 09:39:18 +01:00
Luke Page
b24af75480
Appveyor doesn't support 0.12 still
2015-02-25 19:04:06 +00:00
Luke Page
7eab7e4d4d
Merge branch 'master' of https://github.com/less/less.js
2015-02-25 17:13:31 +00:00
Luke Page
a74e5bd87f
grunt-browserify have decided to go up minor versions when browserify goes up a major with a breaking change, so using tilde to keep on grunt-browserify 3.3 for now so tests pass and less builds
2015-02-25 17:13:08 +00:00
Luke Page
51ead08691
Merge pull request #2445 from bassjobsen/svg-gradient
...
allow a list of colors as argument for the svg-gradient function
2015-02-25 06:48:23 +00:00
jurcovicovam
028f3c79be
Bubbling of directives.
2015-02-24 17:27:27 +01:00
jurcovicovam
eff8230c3c
directive.rules now holds array instead of single selector.
...
It is because:
1.) Consistency: media.js is done the same way.
2.) Ruleset may or may not change to array in to-css-visitor. All
following code had to hande two cases afterwards.
2015-02-24 14:08:11 +01:00
Bass Jobsen
5bc1208987
do not output when referencing
...
should fix https://github.com/less/less.js/issues/2464
2015-02-23 18:39:39 +01:00
Bass Jobsen
121bdd8365
allow a list of colors as argument for the svg-gradient function
2015-02-11 20:35:28 +01:00
Luke Page
6fd2a5751c
v2.4.0 release
v2.4.0
2015-02-08 11:41:49 +00:00
Luke Page
c6bccffd39
Try updating npm to fix appveyor
2015-02-07 11:44:58 +00:00
Luke Page
2e97bc7ff3
Try running under 0.12
2015-02-07 11:30:18 +00:00
Luke Page
8e7c285de7
Fix jscs violations, happening on travis
2015-02-07 11:29:52 +00:00
Luke Page
f2dc984e7f
Merge branch 'master' of https://github.com/less/less.js
2015-02-07 11:26:58 +00:00
Luke Page
00c862fab6
Merge pull request #2439 from OhJeez/sourcemaps-empty-fix
...
Fix empty sourcemaps
2015-02-06 22:35:27 +00:00
Krzysztof Chrapka
5fac1f0e0b
Fix empty sourcemaps
...
fixes #2430
2015-02-06 18:21:24 +01:00
Luke Page
97d039f267
extract and length now skip over comment nodes. Fixes #2431
2015-02-04 17:28:48 +00:00
Luke Page
054d88abb9
Merge pull request #2429 from Justineo/master
...
Implementing preprocessing plugins
2015-02-03 07:53:25 +01:00
Luke Page
23a1159c44
Merge branch 'master' of https://github.com/less/less.js
2015-02-02 21:53:31 +00:00
Luke Page
f5700b8b33
do not do bom test unless prep is called - in order to allow plugins to continue to use less acceptance test system without bom tests.
2015-02-02 20:12:18 +00:00
Luke Page
2114a3fe7a
fragment urls referencing just a fragment are assumed absolute - referencing the current page. Fixes #2320
2015-02-02 20:08:48 +00:00
Justineo
197619ab2a
fix code style
2015-02-02 17:24:41 +08:00