Luke Page
023c3f020a
do not create empty sourcemaps or add mapping comments on to empty files. Also fix empty files from having a newline in them. fixes #1491
2013-09-08 17:12:13 +01:00
Luke Page
e097c189cb
fix another browser test
2013-09-05 17:07:59 +01:00
Luke Page
75de5059f9
Fix more browser tests under grunt
2013-09-05 13:49:55 +01:00
Luke Page
fc6f9d81bd
Fix most of the browser tests running through grunt
2013-09-05 13:16:41 +01:00
Luke Page
e2724cd64a
add the test sourcemaps command and delete unused file
2013-09-05 12:43:26 +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
f3a9476dc2
fix jshint grunt task
2013-09-05 07:25:50 +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
Luke Page
3dbd1e9790
Merge branch '1.5.0-wip'
2013-09-03 20:37:57 +01:00
Luke Page
3cc76e6541
1.5.0 beta 1
v1.5.0-b1
2013-09-03 07:19:49 +01:00
Luke Page
090a386a4b
don't strip units when compressing for durations
2013-09-01 18:34:18 +01:00
Luke Page
0524e48c93
Merge branch 'patch-1' of https://github.com/quarterto/less.js into 1.5.0-wip
2013-09-01 18:27:37 +01:00
Luke Page
0d9160d82d
Fix browser tests after removing .. path elements
2013-09-01 18:21:47 +01:00
Luke Page
c1928b49d4
Merge branch 'normalized-urls' of https://github.com/rjgotten/less.js into 1.5.0-wip
...
Conflicts:
test/css/static-urls/urls.css
test/css/urls.css
2013-09-01 18:17:32 +01:00
Luke Page
1b3acd403a
fix media query bug. Fixes #1502
2013-09-01 17:56:59 +01:00
Hector G. Parra
3918f940d0
Report bugs to: http://github.com/less/less.js/issues
2013-09-01 17:27:13 +01:00
Luke Page
f37de83082
Fix another extend issue - Fixes #1404
2013-09-01 15:04:21 +01:00
Luke Page
cae65e4ba0
Fix bug with extends. Fixes issue with added space with extend. Now all unit tests pass again
2013-09-01 14:59:19 +01:00
Luke Page
9447421258
switch on latedef option and fix issues. Fixes #1521
2013-09-01 12:34:20 +01:00
Jon Schlinkert
276dbdd807
Merge pull request #1519 from JacopKane/patch-1
...
Update main property value of bower.json
2013-08-28 16:58:19 -07:00
Furkan Tunalı
6a174dcf1c
Update bower.json
...
Changed the value of main property to a valid javascript file target, rather an array.
2013-08-29 02:43:09 +03:00
Jake Bellacera
7dbd759d9d
Merging remote
2013-08-23 16:30:15 -07:00
Jake Bellacera
170042fb02
Adding capture group test case
2013-08-23 16:26:39 -07:00
Jake Bellacera
d4e15e29f8
Adding gsub function
2013-08-23 16:04:21 -07:00
Jake Bellacera
d5f29b6b33
Adding gsub function
2013-08-23 15:45:09 -07:00
Luke Page
6fe1174382
rename log_level to logLevel and update some of the changelog
2013-08-22 19:30:15 +01:00
Luke Page
93e337196a
Merge branch 'master' of https://github.com/TooBug/less.js into 1.5.0-wip
2013-08-22 19:21:09 +01:00
Luke Page
2ed6f34afb
Use the log method for logging errors and turn the number into an
...
enumeration.
2013-08-22 19:11:23 +01:00
Luke Page
a63903cfff
Merge branch '1.5.0-wip' of https://github.com/gitaarik/less.js into 1.5.0-wip
...
Conflicts:
lib/less/browser.js
2013-08-22 19:06:09 +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
Jon Schlinkert
5bcc049450
consolidates jshint targets since they aren't being run separately. cleans up some tasks.
2013-08-21 16:34:09 -04:00
Jon Schlinkert
15c38b1ac2
fixed some typos, ran jshint and reformatted for clarity
2013-08-21 16:33:30 -04:00
Luke Page
03a7183637
add tests and fix log to console feature
2013-08-21 20:35:32 +01:00
Luke Page
6c5072ebbc
implement log to console and fix browser tests
2013-08-21 19:35:28 +01:00
brenmar
1ca52ff2be
return callback values in parser to allow synchronous parsing
2013-08-20 23:36:24 +09:30
Luke Page
c1fe375cdc
Fix IE8 issue if 'less' is a dom element
2013-08-15 22:23:24 +01:00
Luke Page
bc568f7bd8
Fix bad reliance on env variable, causing error when interpolating a comma seperated value
2013-08-15 21:58:02 +01:00
Luke Page
a10be4d6a6
Fix possible race condition in the import
2013-08-15 21:30:17 +01:00
Oliver Wong
0bf2354f12
use already existing head var
2013-08-15 20:46:00 +01:00
Oliver Wong
ee1d54a173
fix dom manipulation
2013-08-15 20:45:37 +01:00
Jon Schlinkert
d995f57d1f
remove makefile that added from previous merge conflict
2013-08-09 05:46:39 -04:00
Jon Schlinkert
af269f49a2
Merge pull request #1 from SomMeri/jasmine
...
Refactoring browser unit tests into grunt-contrib-jasmine
2013-08-08 22:03:12 -07:00
meri
3722ff0cb9
Added missing files to build.
2013-08-07 16:41:03 +02:00
meri
1105f1e02f
Raised timeout for error test, it did not made it till the end
...
occasionally.
2013-08-07 16:18:50 +02:00
meri
e3f573d6b2
Removed files that are not used anymore.
2013-08-07 14:07:52 +02:00
meri
12da566398
Added modify vars tests.
2013-08-07 13:52:10 +02:00
meri
d2c60d2884
Added production tests.
2013-08-07 11:30:16 +02:00
meri
c7a3fc5ae1
Added grunt working directory into gitignore
2013-08-07 11:10:06 +02:00
meri
296dac360c
Added rootpath-relative tests.
2013-08-07 11:09:48 +02:00
rjgotten
e0561e3d95
Normalize URLs in generated CSS
...
Adds a normalizePath method to tree.evalEnv.prototype with which to normalize paths, i.e. , remove /../ or /./ segments stuck in the middle.
Unit tests have been updated to reflect these changes.
2013-08-07 10:44:12 +02:00