Shahar Soel 259d8b2fee CI Build Fixes.
In Short:
* Enable Travis Cache to mitigate phantomjs download issues.
* Enable Travis & appveyor <retry> functionality to avoid race condition on CI builds
  and old node.js version (0.10/0.12)

Details:

Using <https://bitbucket.org/ariya/phantomjs/downloads/>
to download phantom (on travis)  instead of <http://cnpmjs.org/downloads>
because Travis downloads from http://cnpmjs.org/downloads are horribly slow (30k/s)
and seem courrpt most of the time (smells like throttling)

Travis caching is by branch + build env (node version).
But it has a fallback to using the cache from the default branch
so it should help even with pull requests (which are new branches).

Secondly using <travis_retry> and <appveyor_retry> for <npm install>
to workaround race condition on with npm install and older versions of node.

mitigates #2898
2016-07-29 09:42:19 -07:00
2015-01-30 18:28:02 +00:00
2016-07-19 01:38:54 -07:00
2016-07-19 01:30:34 -07:00
2015-08-31 11:42:40 -07:00
2015-01-27 22:02:05 +00:00
2014-10-19 18:48:40 +01:00
2016-07-29 09:42:19 -07:00
2016-07-29 09:42:19 -07:00
2015-09-25 12:47:02 +01:00
2014-11-09 08:50:32 +00:00
2014-03-02 14:06:26 +02:00
2016-05-09 13:38:37 -07:00
2014-06-10 19:30:21 +01:00
2013-10-27 15:27:59 +01:00
2013-10-27 15:27:59 +01:00
2014-11-09 08:50:32 +00:00
2016-02-10 17:56:04 -08:00

npm version Build Status Dependencies devDependency Status optionalDependency Status Sauce Test Status Build status

Less.js

The dynamic stylesheet language. http://lesscss.org.

This is the JavaScript, official, stable version of Less.

👉 Join the chat at https://gitter.im/less/less.js Chat with Less.js users

Getting Started

Options for adding Less.js to your project:

More information

For general information on the language, configuration options or usage visit lesscss.org.

Here are other resources for using Less.js:

Contributing

Please read CONTRIBUTING.md. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Reporting Issues

Before opening any issue, please search for existing issues and read the Issue Guidelines, written by Nicolas Gallagher. After that if you find a bug or would like to make feature request, please open a new issue.

Please report documentation issues in the documentation project.

Development

Read Developing Less.

Release History

See the changelog

License

Copyright (c) 2009-2016 Alexis Sellier & The Core Less Team Licensed under the Apache License.

Description
No description provided
Readme 56 MiB
Languages
JavaScript 64.7%
Less 24.5%
CSS 9.2%
Shell 1.3%
TypeScript 0.2%