Luke Page
1494e25ef0
More style cop..
2015-01-30 18:28:02 +00:00
Luke Page
e6cd9ba69e
remove 2 files no longer used
2014-10-09 05:30:33 +01:00
Luke Page
1743aa098f
Merge remote-tracking branch 'origin/master' into 2_0_0
2014-10-09 05:21:17 +01:00
Joscha Feth
c0e14321c9
Remove unnecessary semicolon
2014-09-29 13:17:32 +02:00
Luke Page
95dedcc576
rename env to contexts
2014-08-24 18:03:33 +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
fdd01f6b00
merge in latest 1.7.1 release
2014-06-10 19:30:21 +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
7dfc0cf9b0
Merge branch 'whitespace' of github.com:XhmikosR/less.js into 2_0_0
...
Conflicts:
lib/less/functions.js
lib/less/index.js
lib/less/tree/anonymous.js
lib/less/tree/media.js
lib/less/tree/mixin.js
2014-03-02 12:36:49 +00:00
XhmikosR
7efbcd31cf
Trim trailing whitespace.
2014-03-02 14:06:26 +02:00
Luke Page
a8ded64edb
add banner and setup dist to generate browser output from browserify
2014-03-02 09:47:32 +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
9d94e1c914
move the browser file out into the same format as the node environment file
2014-02-22 18:02:17 +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