Luke Page
f85f253586
merge from master
2014-08-14 17:27:16 +01:00
Luke Page
a16aff18b9
update dependencies
2014-08-14 17:04:51 +01:00
Luke Page
1ff24b4c26
do not use util.print since it is deprecated. Fixes #2081
2014-07-27 16:56:46 +01:00
Luke Page
d0f2305b12
tidy merge - fix mistake in lessc and remove dist files merged in
2014-06-10 19:34:33 +01:00
Luke Page
fdd01f6b00
merge in latest 1.7.1 release
2014-06-10 19:30:21 +01:00
boxiang chen
56d062bba1
If the end line is comments, the modify-var option will have no effect.
2014-05-26 09:26:07 +08:00
Luke Page
501b7fa9a6
use graceful fs for file actions
2014-05-11 07:44:33 +01:00
Daniel Chatfield
df6ae88206
Fix error message when using cleancss with sourcemap
2014-03-25 15:03:02 +00: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
f0d0ac965d
Merge branch 'master' into 2_0_0
...
Conflicts:
package.json
2014-02-22 15:31:32 +00:00
Luke Page
ca06fee982
when in lint mode, report errors from creating css. Fixes #1786
2014-02-21 11:33:37 +00:00
Luke Page
f3b9713ba3
correct spelling of compatibility option
2014-02-18 07:21:22 +00:00
Luke Page
d31e2d5740
upgrade dependencies
2014-02-17 20:25:18 +00:00
Luke Page
d8467744c5
remove opimization from lessc
2014-02-15 14:50:08 +00:00
Luca Bernardo Ciddio
d6244cb3f9
Renamed --cache-buster option to --url-args
2014-01-18 19:26:27 -08:00
Luca Bernardo Ciddio
958716160f
Cache buster for url tokens
2014-01-16 21:12:56 -08:00
Luke Page
75f453b3f5
Fix the return code when asking for help/options. Fixes #1664
2013-12-21 23:22:29 +00:00
Luke Page
5c41f72fa9
add clean css options parameter and option. fixes #1721
2013-12-08 10:52:06 +00:00
Luke Page
ef4c2b75a9
correct the sourcemap url option
2013-11-17 16:38:35 +00:00
Luke Page
355cd7488e
rename the sourcemappingurl to sourcemapurl, add to bin/lessc and adjust to not normalize
2013-11-17 16:26:47 +00:00
Kevin Attfield
855eca1d93
added sourceMappingURL option
2013-11-17 15:57:38 +00:00
Luke Page
cc401c2def
warn about using sourcemap option with clean css
2013-11-16 22:55:51 +00:00
Max Ruman
7268386570
Disable yui-compress parmeter (instead of falling back to incompatible clean-css). Fixes #1637
2013-11-16 17:13:04 +00:00
Max Ruman
9d2b48d481
Add lessc parameter availability check. Fixes #1637
...
Conflicts:
bin/lessc
2013-11-16 17:12:42 +00:00
Max Ruman
9b6d760b48
Change lessc exit status code on error. Fixes #1637
2013-11-16 17:11:18 +00:00
Christian Hammond
daec7dff1c
Support specifying custom variables when calling lessc and less.js.
...
Both lessc and less.js can now be provided with global variables that
all .less files will have immediate access to. This can be used to
provide, for example, a base path for an @import, signed URLs offering
temporary access to an image on S3, or anything else.
lessc has two new parameters, --global-var and --modify-var. Both take
a value of the form "varname=value". --global-var declares variables
immediately before the content of the .less files, and --modify-var
declares them after.
--global-var is used when rules, imports, or other variables will depend
on the provided variable.
--modify-var is used to override a variable declared within the .less
file.
less.js's equivalent for global variables is less.globalVars. This can
be set before loading less.js. There is no new requivalent to
--modify-var, as less.modifyVars can be used for that purpose.
2013-11-14 02:58:34 -08:00
Luke Page
7a978cd28f
make the inline option more obvious. fixes #1603
2013-10-17 17:50:48 +01:00
picomancer
a6cdb81b30
Replace deprecated sys.puts with console.log, resolve #1529
2013-09-16 18:32:29 -04:00
Luke Page
176260a035
allow sourcemaps to be inline, in the css
2013-09-14 19:33:08 +01:00
Luke Page
de23ea6652
Fix the default for the sourcemap basepath
2013-09-14 11:26:19 +01:00
Luke Page
0a70eded8b
Merge pull request #1543 from andjo/sourcemap-options
...
Sourcemap basepath option
2013-09-14 03:22:40 -07:00
Luke Page
6eb992a775
Merge pull request #1412 from christopherobin/master
...
Allow imports from self-signed SSL hosts
2013-09-11 05:01:53 -07:00
Anders Johansson
5ef2ff1707
Added --source-map-basepath option
2013-09-11 13:48:07 +02:00
Luke Page
969e70a573
sourcemaps: Fix some issues with output, add an inline flag, add a test harness
2013-07-31 22:11:53 +01:00
Luke Page
1563d5c087
sourcemaps: rename rootpath to basepath and add a rootpath option
2013-07-31 21:01:15 +01:00
Luke Page
37c4e1126a
correct some paths
2013-07-26 17:06:04 +01:00
Luke Page
b2a445c46c
pass more lines and columns to the sourcemap generator. start passing the filenames to the sourcemap generator.
2013-07-20 23:02:28 +01:00
Luke Page
8c3e304966
get the map file outputting and reference file from the end of the css file
2013-07-19 06:54:02 +01:00
Luke Page
f14f86136c
add tests for sourcemaps and get prototype working
2013-07-18 22:21:59 +01:00
Luke Page
1ec0563c9a
add sourcemapper class
2013-07-18 13:06:56 +01:00
Christophe Robin
2d1afdfe91
Added switch --insecure to allow imports from insecure/self-signed SSL certificates
2013-07-11 16:45:23 +09:00
Luke Page
283d623a98
switch to use the clean-css compressor. #1349
2013-07-09 08:22:59 +01:00
Luke Page
98f2fef2df
add option to disable javascript. Fixes #688
2013-07-05 06:52:29 +01:00
Luke Page
ff6a0395b5
missing option name change
2013-06-05 19:56:06 +01:00
Luke Page
65602099cc
rename strictMaths to strictMath, set default to false, update strict options to take = on | off
2013-05-02 18:18:51 +01:00
Luke Page
3fc8944ce8
Tidy up options
2013-03-20 08:42:01 +00:00
leeight
fc56975b3a
ENABLE max-line-len options support
2013-03-20 08:26:03 +00:00
Luke Page
285f4ac820
Do not normalize rootpath option as it is a URL. Fixes #1234
2013-03-20 08:14:17 +00:00