mirror of
https://github.com/less/less.js.git
synced 2026-01-23 06:07:56 -05:00
Merge branch 'master' of https://github.com/less/less.js
This commit is contained in:
12
README.md
12
README.md
@@ -1,4 +1,4 @@
|
||||
[](http://badge.fury.io/js/less) [](https://travis-ci.org/less/less.js)
|
||||
[](http://badge.fury.io/js/less) [](https://travis-ci.org/less/less.js)
|
||||
[](https://david-dm.org/less/less.js) [](https://david-dm.org/less/less.js#info=devDependencies) [](https://david-dm.org/less/less.js#info=optionalDependencies)
|
||||
[](https://saucelabs.com/u/less) [](https://ci.appveyor.com/project/lukeapage/less-js/branch/master)
|
||||
|
||||
@@ -13,9 +13,9 @@ This is the JavaScript, official, stable version of Less.
|
||||
|
||||
Options for adding Less.js to your project:
|
||||
|
||||
* Install with [NPM](https://npmjs.org/): `npm install less`
|
||||
* Install with [npm](https://npmjs.org): `npm install less`
|
||||
* [Download the latest release][download]
|
||||
* Clone the repo: `git clone git://github.com/less/less.js.git`
|
||||
* Clone the repo: `git clone https://github.com/less/less.js.git`
|
||||
|
||||
## More information
|
||||
|
||||
@@ -28,11 +28,11 @@ Here are other resources for using Less.js:
|
||||
|
||||
|
||||
## Contributing
|
||||
Please read [CONTRIBUTING.md](./CONTRIBUTING.md). Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).
|
||||
Please read [CONTRIBUTING.md](CONTRIBUTING.md). Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com).
|
||||
|
||||
### Reporting Issues
|
||||
|
||||
Before opening any issue, please search for existing issues and read the [Issue Guidelines](https://github.com/necolas/issue-guidelines), written by [Nicolas Gallagher](https://github.com/necolas/). After that if you find a bug or would like to make feature request, [please open a new issue][issues].
|
||||
Before opening any issue, please search for existing issues and read the [Issue Guidelines](https://github.com/necolas/issue-guidelines), written by [Nicolas Gallagher](https://github.com/necolas). After that if you find a bug or would like to make feature request, [please open a new issue][issues].
|
||||
|
||||
Please report documentation issues in [the documentation project](https://github.com/less/less-docs).
|
||||
|
||||
@@ -45,7 +45,7 @@ See the [changelog](CHANGELOG.md)
|
||||
|
||||
## [License](LICENSE)
|
||||
|
||||
Copyright (c) 2009-2014 [Alexis Sellier](http://cloudhead.io/) & The Core Less Team
|
||||
Copyright (c) 2009-2014 [Alexis Sellier](http://cloudhead.io) & The Core Less Team
|
||||
Licensed under the [Apache License](LICENSE).
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "less",
|
||||
"version": "2.0.0",
|
||||
"main": "./dist/less.js",
|
||||
"main": "dist/less.js",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"benchmark",
|
||||
@@ -15,10 +15,11 @@
|
||||
"Gruntfile.js",
|
||||
"*.json",
|
||||
"*.yml",
|
||||
"build.gradle",
|
||||
"gradlew",
|
||||
"gradlew.bat",
|
||||
".gitattributes",
|
||||
".jshintrc",
|
||||
".npmignore"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user