85 Commits

Author SHA1 Message Date
Luke Page
fd0beface8 Allow the browser tests to be run without compression for easier debugging 2015-01-04 08:10:23 +00:00
Luke Page
d91394f377 typo, option should not be commented out. 2015-01-03 15:18:35 +00:00
Luke Page
2222910438 add an option for extra compression. test using compressed version of less.js 2015-01-03 15:14:15 +00:00
Luke Page
825ab31cdd Switch on all sauce tests 2014-11-16 17:51:30 +00:00
Luke Page
9017cbe2ad improve legacy units to be more consistent (particularly for multiplicaton). Fixes #2276 2014-11-09 14:01:01 +00:00
Luke Page
8727d72811 Remove ipad sauce test since it often fails 2014-11-09 08:54:07 +00:00
Luke Page
52ea5c8c6b modifications to let sauce pass on master and ie tests to continue failing on the sauce branch 2014-11-02 18:21:31 +00:00
Luke Page
7cab6dac26 Move to an account called less, add back in videos for now, add matrix to readme 2014-11-02 18:00:46 +00:00
Luke Page
e0f9f21132 increase timeout and fix tests not supported in IE8-10 2014-11-02 16:50:07 +00:00
Luke Page
ec92b03ac9 Don't connect twice 2014-11-01 20:01:06 +00:00
Luke Page
88927af49b Fix incorrect gruntfile check 2014-11-01 19:57:05 +00:00
Luke Page
45f6c6de50 only run saucelabs from travis in node 0.11 and on branches, not pr's 2014-11-01 19:44:52 +00:00
Luke Page
1ab7bbce41 Merge branch 'master' into sauce
Conflicts:
	package.json
2014-11-01 18:51:21 +00:00
Luke Page
9ddd81fc07 seperate out bootstrapping less and the browser api 2014-11-01 17:05:21 +00:00
Luke Page
062afacfe0 Fix browserify to be the one to expose less to window 2014-11-01 12:04:54 +00:00
Luke Page
9b1330a57b Use Browserify's standalone option to wrap dist/less in UMD 2014-11-01 10:21:58 +00:00
Luke Page
765f876a49 travis integration 2014-10-22 13:20:21 +01:00
Luke Page
f24db033de ie support in the tests 2014-10-22 12:46:22 +01:00
Luke Page
a49ed209fd localhost is required for tests to pass... 2014-10-21 17:47:51 +01:00
Luke Page
85caa4aee7 Test all except main and update dev dependencies 2014-10-21 13:40:18 +01:00
Luke Page
b98b8ca09a Try a smaller spec 2014-10-21 07:23:11 +01:00
Luke Page
65adf2fd1d try sauce 2014-10-20 21:45:30 +01:00
Luke Page
329e87563a improver browsertest-server and use jasmine js-reporter (for integration with sauce) 2014-10-20 09:29:49 +01:00
Luke Page
fde35b7c1c Fix default rootpath. Do not apply to sourcemap filename. Replace windows directory seperators. 2014-10-19 18:21:49 +01:00
Luke Page
114d3e59e8 Tidy up after solving problem when building in linux 2014-10-19 09:47:39 +01:00
Luke Page
f3d667bb22 test linux build 2014-10-19 09:43:38 +01:00
Luke Page
545ee85a25 travis CI test 3 2014-10-19 08:44:56 +01:00
Luke Page
54a8a38077 use connect instead of http server and upgrade some more packages 2014-10-18 09:05:19 +01:00
Luke Page
5796cf29e0 upgrade browserify. Use the promise shim instead of the full node version in the browser. 2014-10-18 08:34:54 +01:00
Luke Page
cd0cf0e243 Seperate browser a bit more 2014-10-07 21:47:35 +01:00
Luke Page
ee9eefd94f Fix some more browser tests 2014-10-05 09:30:00 +01:00
Luke Page
d9c42e206d seperate out the environments at the top-most-level 2014-09-04 19:11:59 +01:00
Luke Page
d0b6c50aef missing rename in gruntfile 2014-09-03 16:23:23 +01:00
Luke Page
f85f253586 merge from master 2014-08-14 17:27:16 +01:00
Luke Page
5d406c4dd7 simplify readme - remove build system and add version badge instead 2014-08-14 17:09:41 +01:00
Luke Page
dce4f907b4 change gruntfile to use same whitespace as the rest of the project 2014-03-02 09:53:38 +00:00
Luke Page
08490fd523 Merge remote-tracking branch 'origin/master' into 2_0_0
Conflicts:
	Gruntfile.js
2014-03-02 09:51:44 +00:00
Luke Page
a8ded64edb add banner and setup dist to generate browser output from browserify 2014-03-02 09:47:32 +00:00
XhmikosR
dfbf04ac12 Remove trailing spaces from the license header. 2014-03-01 19:38:44 +02:00
Luke Page
3229b45fea get the browser file running and processing less (still doesnt pass tests though) 2014-02-27 22:25:51 +00:00
Luke Page
ee64392362 Merge branch 'master' into 2_0_0
Conflicts:
	lib/less/import-visitor.js
	lib/less/index.js
2014-02-27 21:12:49 +00:00
Luke Page
0c8e117b85 update readme and rename LESS to Less 2014-02-27 20:22:47 +00:00
Luke Page
08bd23dc2a add browserify (not yet working) and refactor tree nodes to not be dependent on their parent (currently breaks browser build) 2014-02-24 21:22:52 +00:00
Luke Page
e8c78d9d40 Merge branch 'master' into 2_0_0
Conflicts:
	lib/less/browser.js
	lib/less/parser.js
2014-02-23 17:38:39 +00:00
Luke Page
21165a34eb remove other dist files and update gruntfile not to generate rhino lessc 2014-02-13 22:40:21 +00:00
Luke Page
d4fe4ed6cf Merge branch 'master' of https://github.com/cgross/less.js into 2_0_0
Conflicts:
	bower.json
2014-02-13 22:33:47 +00:00
Cloud Chen
0a7954355a Implement postProcessor callback feature for less.ls browser environment #1835
Add `jasmine:postProcessor` task and corresponding spec as well
2014-02-03 00:07:38 +08:00
Doug Haber
9b3513b801 Split rhino and rhino version of lessc. This lets us have cleaner tests (since we don't need to include the test code in the rhino source). Also
sets the stage for sharing lessc code between lessc and rhino less (issue #14) and provides a hook so lesscss-java can have custom js.
2014-01-21 21:48:37 -05:00
Doug Haber
0d06fd1932 Don't build lint source-map since its owned by another project 2014-01-14 18:32:08 -05:00
meri
85197ee577 Merge branch 'master' of https://github.com/less/less.js into rhino
Conflicts:
	.gitattributes
	README.md
	test/index.js
2014-01-14 22:48:46 +01:00