rjgotten
d96af08795
Fix lint errors and add tests for @import (plugin)
2015-02-26 14:40:36 +01:00
rjgotten
39c6aa65f3
Make @import (plugin) environment-dependant
...
Shifts some logic around and extends some of the management classes in
such a way that plugins loaded via an `@import (plugin) "..."`
declaration are only loaded in environments that have support for
loading plugins. (i.e. Node.js)
2015-02-26 13:32:28 +01: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