42 Commits

Author SHA1 Message Date
Michiel Lowijs
a76db10182 Changed octals to hex for ES6 strict mode 2016-04-10 17:17:16 +02:00
Stefan Weil
bf279b36be Fix typos found by codespell
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-04-01 12:01:40 +02:00
Luke Page
dbe2eaa5f7 Tidy up path splitting 2015-04-03 08:33:21 +01:00
Luke Page
7c6da7ae86 Merge https://github.com/ifunk/less.js
Conflicts:
	lib/less-rhino/index.js
2015-04-03 08:32:51 +01:00
Bass Jobsen
f0f271919b fixes for issue #2482 2015-03-29 18:16:01 +02:00
Adam Royle
b4bf0546b7 Add support for : or ; path separators in --include-path regardless of platform. Understands absolute paths with Windows drive letters (ie. .:C:\Windows\) 2015-03-22 07:40:30 +10:00
Luke Page
125a7f06d8 use function context for file info, not the path node 2015-03-21 17:07:07 +00:00
Luke Page
fe8cf75d14 verbose is not deprecated since now it does something. Fixes #2441 2015-03-13 15:54:47 +00:00
Luke Page
604c911441 style cop 2 - indentation 2015-01-30 20:41:25 +00:00
Luke Page
1494e25ef0 More style cop.. 2015-01-30 18:28:02 +00:00
Luke Page
e967465607 keep promise an optional dependency for now. Fixes #2422 2015-01-30 17:51:14 +00:00
Luke Page
d206167c84 enforce spaces between operators for consistency 2015-01-27 22:24:12 +00:00
Luke Page
28de1cf788 Require parenthesis 2015-01-27 21:57:07 +00:00
Luke Page
31c3d04980 jscs style checking. Fixed whitespace issues. 2015-01-26 23:34:35 +00:00
Bass Jobsen
aa19d9578d explain inline maps
explain inline maps are as base64 data uri's
2015-01-26 09:52:22 +01:00
jurcovicovam
84b1863ddf Support include-path inside data-uri. Related to #1634 and #2275 2015-01-13 15:09:41 +01:00
Luke Page
dff4540f5b test for absolute paths and do not try and join if absolute. Fixes #2375 2015-01-11 16:31:32 +00:00
Luke Page
8ea1e880f2 improve error messages when failing to import for #2375 2015-01-11 16:30:29 +00:00
Luke Page
bac6f22a84 Add image-size functions. Fixes #1378 2015-01-04 11:25:56 +00:00
Luke Page
39a93cb9ba Deprecate compression option. Fixes #2318 2015-01-01 17:38:40 +00:00
Luke Page
89c95af070 Fix isSync option, turn browser back to running sychronously and fix many issues that came up 2014-11-22 18:30:36 +00:00
Luke Page
dd1ebe83dc Merge pull request #2267 from am11/master
CLI: Fixes source-map-url description (#2264)
2014-11-03 07:13:19 +00:00
Veres Lajos
73f3fc4468 typo fixes 2014-11-02 23:18:29 +00:00
Adeel
440d08153a CLI: Minor fixes in various decriptions. 2014-11-03 00:29:07 +02:00
Adeel
be2de926ef CLI: Fixes source-map-url description. (#2264) 2014-11-03 00:17:59 +02:00
Luke Page
0b3acccbd2 load plugins from functions as well as objects 2014-10-26 11:27:09 +00:00
Luke Page
0fa3a9fe9c change version to beta 1 2014-10-19 21:12:05 +01:00
Luke Page
65702f80a3 make sure plugins can be loaded from the current directory if lessc is installed globally 2014-10-19 19:09:23 +01:00
Luke Page
b966cf1d1b some renames, tidy ups and bugfixes whilst adding npm plugin 2014-10-11 17:51:08 +01:00
Luke Page
c0f60cccf8 Fix plugin issues 2014-10-09 18:21:31 +01:00
Luke Page
9869b29c3d Add file manager to plugin system 2014-10-09 17:45:30 +01:00
Luke Page
8d431179e5 Add logger 2014-10-05 20:36:23 +01:00
Luke Page
7a6b1e278b Pull out the file manager aspect of the environment so new file managers can be added dynamically 2014-10-04 17:46:30 +01:00
Luke Page
0c1fb3248b Add another todo 2014-09-21 16:48:35 +01:00
Luke Page
fb6c879cc4 remove env from all environment calls except the ones that actually need it 2014-09-21 16:46:44 +01:00
Luke Page
86f78fa197 support min version 2014-09-18 12:53:05 +01:00
Luke Page
771ab4e430 sort out usage and allow a plugin argument 2014-09-17 21:14:40 +01:00
Luke Page
6ea7a1995e move out clean css 2014-09-17 15:09:04 +01:00
Luke Page
e357dae7bc allow lessc to load plugins. rename visitor directory to visitors to match others. Fix indexes in URL 2014-09-09 21:20:04 +01:00
Luke Page
1a78cd5901 Remove unnecessary text from require statements 2014-09-08 00:57:50 +01:00
Luke Page
2778f53266 Point at the node version of less when imported and expose the environment non-specific one 2014-09-07 15:07:45 +01:00
Luke Page
d9c42e206d seperate out the environments at the top-most-level 2014-09-04 19:11:59 +01:00