Matthew Dean
7a47223dd9
Fixes #3187 (couldn't repo, but found bugs) ( #3229 )
...
* (Maybe) Fixes #3187 (couldn't repo, but found bug)
- Fixes multiple Node.js plugins not being loaded
* Added .eslintignore
* Added tests to fix #3187
* Fixed browser test
2018-06-30 00:24:46 -07:00
Matthew Dean
42fd7dca20
Release v3.5.0 beta ( #3230 )
...
* Lint cleanup of quotes
* v3.5.0-beta
2018-06-24 20:14:33 -07:00
Matthew Dean
3c081ff807
Invalidate less-node file cache if modified ( #3219 )
2018-06-24 13:16:42 -07:00
Matthew Dean
ddde3c1100
Fixes #3181
2018-04-18 14:54:17 -07:00
Matthew Dean
4272871e07
Fixes #3116 - lessc not loading plugins in 3.0
2018-02-14 16:28:25 -08:00
Rob Huzzey
ea6246e16d
Allows for inclusing of LESS files from node_modules without .less extension
2017-10-16 12:36:33 +01:00
Matthew Dean
4f6818db37
Merge branch '3.x' into dev/3.x-work
2017-10-08 15:30:08 -07:00
Matthew Dean
26674fc867
FIXES syncImport for less-node
2017-10-08 15:21:13 -07:00
Matthew Dean
9fd1ef5759
Pushing WIP of changes to file manager to track changes
2017-06-08 12:50:40 -07:00
Max Mikhailov
6a683eb62d
eslint spaced-comment and corresponding changes
2017-06-01 02:27:55 +03:00
Max Mikhailov
a475cc4d81
fix lessc (less.options is a function and breaks less.render)
2017-05-28 18:03:37 +03:00
Matthew Dean
b782411278
Sync default options across all Less.js environments
...
- More tests for plugins
2017-01-10 17:44:50 -08:00
Matthew Dean
49cbe520f6
Migrate JSCS and JSHint to ESLint and fix various ESLint styling errors
2016-12-31 20:03:46 -08:00
Matthew Dean
bf34b951ea
Merge pull request #2975 from kirillrogovoy/refactor-less-error
...
Refactor LessError and lesscHelper.formatError
2016-12-21 15:24:12 -08:00
Matthew Dean
a45bef88dd
Change --inline-js to simplified --js option
2016-10-21 16:14:01 -07:00
Kirill Rogovoy
b23ffe1e4b
Move error formatting logic to LessError
2016-10-12 11:15:31 +03:00
Matthew Dean
ad57737ce0
All tests passing for @plugin
...
- Inline JavaScript disabled by default
- Deprecated "preprocessor" option removed (preprocessor plugins still valid)
2016-07-12 22:26:39 -07:00
Matthew Dean
270fd097c9
Plugin loader set up for lessc, node, and browser
2016-07-06 13:26:25 -07:00
Matthew Dean
a1c08857e4
Add AbstractPluginLoader to create a cross-platform abstraction for loading plugins by name
2016-07-01 14:39:52 -07:00
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