201 Commits

Author SHA1 Message Date
Matthew Dean
c93b7f6395 Revert contrast() changes in 2.7.1 2017-01-04 17:53:19 -08:00
Mladen Milinkovic
9e27352600 Added 'request' as optional dependency.
Compiling following less code:
@import (less) url(http://example.com/somefile.less);

Will fail with if npm 'request' package is not installed:
FileError: optional dependency 'request' required to import over http(s)
2016-06-07 11:42:45 +02:00
Andrew Brobston
e29f7de7a6 Roll back Grunt to version 0.4.5
Continuous-integration builds now fail due to peer-dependency
issues.  It appears that the `grunt-saucelabs` package does not
currently work with Grunt 1+.  Future versions likely will, but for
now, rolling back to Grunt ~0.4.5 may allow the CI builds to
progress.
2016-05-31 16:34:33 -05:00
Andrew Brobston
726cd9660a Download PhantomJS from CDN
Addresses #2898.  Instead of attempting a manual download of
PhantomJS, use the npm package phantomjs-prebuilt and the
environment variable `PHANTOMJS_CDNURL` as suggested in
the comment at
https://github.com/ariya/phantomjs/issues/13953#issuecomment-200862297.
2016-05-31 15:57:01 -05:00
Matthew Dean
d3e1531370 v2.7.1 HOTFIX 2016-05-09 13:38:37 -07:00
Matthew Dean
b76db1799d v2.7.0 2016-05-07 18:35:07 -07:00
Jérémy VIGNELLES
d6ec55e199 removed dependency to package "request" (closes #2870) 2016-04-18 21:05:27 +02:00
Matthew Dean
2c974b2c02 Add some more URLs for less-docs builds 2016-03-26 11:27:13 -07:00
Matthew Dean
c548e3c223 Add master branch path for less-docs builds 2016-03-26 10:52:38 -07:00
Matthew Dean
b550b2081f v2.6.1 2016-03-04 09:37:57 -07:00
Max Mikhailov
0833c2ea8c Revert "Update jit-grunt to version 0.10.0 🚀" 2016-02-28 16:31:18 +03:00
greenkeeperio-bot
1ce0a0c124 chore(package): update jit-grunt to version 0.10.0
http://greenkeeper.io/
2016-02-23 15:37:15 +01:00
greenkeeperio-bot
cd4af86a95 chore(package): update grunt-contrib-concat to version 1.0.0
http://greenkeeper.io/
2016-02-21 05:01:19 +01:00
greenkeeperio-bot
0d09826b28 chore(package): update grunt-contrib-jshint to version 1.0.0
http://greenkeeper.io/
2016-02-17 01:47:36 +01:00
greenkeeperio-bot
d148ce5881 chore(package): update grunt-contrib-clean to version 1.0.0
http://greenkeeper.io/
2016-02-15 22:52:42 +01:00
greenkeeperio-bot
4bc5f92709 chore(package): update grunt-jscs to version 2.7.0
http://greenkeeper.io/
2016-01-30 10:13:57 +00:00
greenkeeperio-bot
4960b2ab91 chore(package): update grunt-contrib-jasmine to version 1.0.0
http://greenkeeper.io/
2016-01-30 08:34:54 +00:00
Luke Page
29f8ae22cc upgrade jshint and fix new errors 2016-01-30 08:29:47 +00:00
greenkeeperio-bot
c8997f544e chore(package): update dependencies
http://greenkeeper.io/
2016-01-30 07:12:38 +00:00
Matthew Dean
633e499566 - Bump version to 2.6.0 and update changelog 2016-01-29 11:55:13 -08:00
Matthew Dean
0a703c4d7f v2.5.4 2016-01-29 07:36:11 -08:00
Matthew Dean
65404cb506 Allows stylesheets to cache even with modifyVars
- Basically, compares assigned vars to vars in localStorage. If they match (and all the other cache criteria pass), then loads from cache
2015-11-25 22:53:36 -08:00
Luke Page
33fa72767e v2.5.3 2015-09-25 12:50:16 +01:00
Luke Page
f0c454bc68 v2.5.2 2015-09-24 20:21:01 +01:00
Luke Page
59c012c16a 2.5.1 release 2015-05-21 12:26:46 +01:00
Peter deHaan
bdcec8bff4 Update license attribute
specifying the type and URL is deprecated:

https://docs.npmjs.com/files/package.json#license
http://npm1k.org/
2015-05-20 23:43:45 -07:00
Luke Page
9b7021a309 2.5.0 release 2015-04-03 09:53:16 +01:00
seven-phases-max
1950248a87 fix formatting to meet jscs settings 2015-04-01 21:26:14 +04:00
Luke Page
1e67f03172 Merge pull request #2525 from whitecolor/patch-1
Add browser field
2015-04-01 13:06:11 +01:00
Luke Page
c1bccbec32 Do not use the latest jscs as it breaks
since it does extra checking on indentation that doesn't pass.
2015-04-01 13:01:28 +01:00
Alex
7cc986e361 Add browser field
to support browserfy and other loaders that use `browser` field for resolving browser version
https://github.com/substack/node-browserify#packagejson
2015-03-28 14:50:51 +05:00
Luke Page
31ad118674 upgrade source-map 2015-03-12 23:21:09 +00:00
Luke Page
124128470b fix config for promises in less.js 2015-03-12 19:01:05 +00:00
Bass Jobsen
139757aa9d remove matchdep 2015-03-03 00:20:56 +01:00
Bass Jobsen
c7c56913dc Merge branch 'jit-grunt' of https://github.com/bassjobsen/less.js into jit-grunt 2015-03-02 23:45:10 +01:00
Bass Jobsen
553e75f9dc add browser postProcessor Plugin test 2015-03-01 22:06:31 +01:00
Bass Jobsen
6128b9ca9a add jit-grunt to the build chain 2015-03-01 11:40:25 +01:00
Luke Page
a74e5bd87f grunt-browserify have decided to go up minor versions when browserify goes up a major with a breaking change, so using tilde to keep on grunt-browserify 3.3 for now so tests pass and less builds 2015-02-25 17:13:08 +00:00
Luke Page
6fd2a5751c v2.4.0 release 2015-02-08 11:41:49 +00:00
Luke Page
edca7f4cfa 2.3.1 release 2015-01-28 17:29:34 +00:00
Luke Page
273ee5bee9 update dependencies 2015-01-28 17:24:57 +00:00
Luke Page
d0830141ef v2.3.0 2015-01-27 00:18:46 +00:00
Luke Page
31c3d04980 jscs style checking. Fixed whitespace issues. 2015-01-26 23:34:35 +00:00
jurcovicovam
ea122a8ea5 Added error handling to file write for both css file and source map file.
#2408
2015-01-26 10:49:47 +01:00
Luke Page
669cc3d16d update dependencies 2015-01-11 16:54:10 +00:00
Luke Page
b2b8043cc9 2.2.0 Release 2015-01-04 11:47:59 +00:00
Luke Page
bac6f22a84 Add image-size functions. Fixes #1378 2015-01-04 11:25:56 +00:00
Luke Page
97b06baea7 2.1.2 release 2014-12-20 14:49:15 +00:00
Luke Page
b6e391033d v2.1.1 release 2014-11-27 06:15:14 +00:00
Luke Page
3f886ad7ca v2.1 release 2014-11-23 11:14:34 +00:00