57 Commits

Author SHA1 Message Date
Luke Page
5d406c4dd7 simplify readme - remove build system and add version badge instead 2014-08-14 17:09:41 +01:00
Luke Page
4b8657868c Update README.md
Add optional dependencies
2014-06-06 09:16:04 +01:00
kolipka
66c43075f3 fix bug with ../.. paths joining 2014-04-17 12:28:33 +02:00
Luke Page
303a58a772 Fix pills into right place 2014-03-03 23:38:56 +01:00
Luke Page
74c3378325 Add dependency check in build 2014-03-03 23:37:08 +01:00
Luke Page
0c8e117b85 update readme and rename LESS to Less 2014-02-27 20:22:47 +00:00
Luke Page
3d338ceff1 Update README.md 2014-02-20 07:15:30 +00:00
Luke Page
baba33ea6a Fix some bugs with detached rulesets and media queries 2014-02-17 19:15:47 +00:00
Luke Page
2be0b8c922 Merge remote-tracking branch 'origin/master' into detached-rulesets 2014-02-11 13:53:16 +00:00
Luke Page
204a4c21b6 Add travis icon 2014-02-11 13:47:57 +00:00
Luke Page
f7414a1072 detached rulesets 2014-02-09 22:20:08 +00: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
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
Doug Haber
de4e888211 Add Support Map Tests
This patch adds Support Map Tests to the rhino test suite.  It makes the
following changes:

1.  Fix typo in the Gruntfile.js for the sourcemap-test
2.  Update Gradle build to always build the less-rhino-<version>.js
before running the tests
3. Add a new testRhinoSourceMap and add it to the test list
4. Add a SourceMapRhinoTest that bootstraps SourceMap tests and then
validates them after they run
5. Add hooks in RhinoTest to support custom bootstraping and validation
6. Add compiled version of source-map (version 0.1.31) because Rhino
can't dynamically pull in dependencies
7. Add source-map to the Rhino build with a Header/Footer that wraps
source-map as a less-friendly dependency
8. Update lib/less/rhino.js to properly handle (some) source-map options
and add a new one (--source-map-output-map-file) that will output the
source-map to a separate file (so we can validate our Rhino tests)
9. Remove unused callback in less-test.js
2014-01-13 23:39:52 -05:00
Luke Page
3b40e72828 move readme changes to build version and re-build 2014-01-01 17:26:25 +00:00
meri
05744d9494 Fixing directory climb up on windows 2013-12-19 23:39:23 +01:00
meri
cba972d0db Fixing url slash problem that caused failures. 2013-12-18 16:17:00 +01:00
meri
42cb7a61c9 Added no javascript error tests. 2013-12-12 20:41:34 +01:00
meri
c19f0227d9 Added rhino header into build.yml. Fixes #1651 2013-12-01 19:36:40 +01:00
Oliver Becker
913d7c6d29 adjusted modules order for rhino (same as for browser) 2013-11-15 16:16:54 +01:00
Oliver Becker
eff7341d98 added base 64 encoding for rhino, fixes urls.less test case 2013-11-15 16:15:30 +01:00
Oliver Becker
b02d35891e refactored rhino require() for provided (node) modules 2013-11-12 21:58:29 +01:00
Oliver Becker
4210cfd2d1 started data-uri implementation, added basic console formatting support 2013-11-11 22:15:42 +01:00
Oliver Becker
4aa040a356 renamed path implementation in less for rhino to _path 2013-11-08 18:53:03 +01:00
Oliver Becker
1435c84608 removed Makefile (again), fixed grunt rhino build 2013-10-27 15:17:36 +01:00
Oliver Becker
0b4ecbaea0 merged upstream/master 2013-10-27 13:02:09 +01:00
Oliver Becker
716101256e added gradle based test suite, reviewed rhino integration 2013-10-27 12:47:59 +01:00
Oliver Becker
2b73725b44 added gradle based test suite, reviewed rhino integration 2013-10-27 12:46:10 +01:00
Luke Page
fc6f9d81bd Fix most of the browser tests running through grunt 2013-09-05 13:16:41 +01:00
Luke Page
04c5d5d78c re-organise the grunt tasks a little and update readme 2013-09-05 12:28:26 +01:00
Luke Page
c139e691ad Merge branch '1.5.0-wip' of https://github.com/upstage/less.js
Conflicts:
	.gitignore
	.jshintrc
	CHANGELOG.md
	Makefile
	build/browser-header.js
	lib/less/browser.js
	lib/less/functions.js
	lib/less/rhino.js
	lib/less/tree/dimension.js
	lib/less/tree/value.js
	package.json
	test/browser-test-prepare.js
	test/browser/common.js
	test/browser/css/relative-urls/urls.css
	test/browser/css/urls.css
	test/browser/template.htm
	test/css/compression/compression.css
	test/css/static-urls/urls.css
	test/css/urls.css
	test/less-test.js
2013-09-04 23:12:34 +01:00
Jon Schlinkert
ab43e5cd2c update metadata and build.yml to reflect latest changes in 1.5.0 branch 2013-08-21 16:34:34 -04:00
Luke Page
c1fe375cdc Fix IE8 issue if 'less' is a dom element 2013-08-15 22:23:24 +01:00
meri
3722ff0cb9 Added missing files to build. 2013-08-07 16:41:03 +02:00
meri
7217ad767b Added browser header reference. 2013-08-03 19:45:54 +02:00
Jon Schlinkert
38a8664013 Merge branch 'less.js/1.5.0-wip'
Conflicts:
	.jshintrc
	Makefile
	package.json
2013-08-01 06:51:59 -04:00
Jon Schlinkert
1fcf190ed7 fix code fences and some metadata, remove watch task from package.json 2013-07-24 16:03:56 -04:00
Jon Schlinkert
ce6e4ede99 remove header.js since this is accomplished with meta.banner in the gruntfile. remove makefile. 2013-07-24 16:02:34 -04:00
Jon Schlinkert
2ec34489ca add build.yml for controlling paths and order of source files only. Paths for anything besides source files, such as testing or benchmarking, should be controlled in the Gruntfile. this file must be updated when files in the project change. 2013-07-23 23:56:47 -04:00
Jon Schlinkert
04e183e66d Add README.md template to ./build directory. All changes to the README should be made here. Pull requests can still be made against the template, and anyone who pulls down the repo will be able to build the readme with grunt readme. So dates, versions, changelog or any other data that gets updated over time (in other files in the repo) will be generated into the readme automatically. 2013-07-23 23:43:39 -04:00
Luke Page
24e2b01d6e better environment detection 2013-07-09 13:29:58 +01:00
Luke Page
747cac49f3 Remove ecma-5 since it is outdated. Fixes #1279 2013-04-29 16:24:56 +01:00
Luke Page
494c5f2681 extend options, algin with decided syntax 2013-02-28 17:07:45 +00:00
Guy Bedford
52e13a855a Allow flexible naming for amd support (#933) 2013-01-05 15:29:46 +00:00
Luke Page
c06d849877 Add file:/// bugfix to 1.3.3 browser release 2013-01-05 15:22:38 +00:00
Bobby Wertman
905d63fd2f Added an AMD module registration. 2011-11-21 19:56:25 -05:00
Erwan Loisant
c5c1031402 Basic rhino support 2011-09-14 17:46:53 +02:00
Alexis Sellier
6ab8d9c2e6 (dist) use uglifyjs, update copyright headers 2011-05-11 14:33:36 -04:00
cloudhead
32ae279a54 deleted compiler.jar 2010-06-18 10:44:31 -04:00
cloudhead
fba998f5ed (doc) comments 2010-06-15 18:56:16 -04:00