[Pkg-javascript-commits] [less.js] 09/25: Merge https://github.com/less/less.js into rhino

Jonas Smedegaard dr at jones.dk
Mon Oct 26 23:23:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag v1.7.4
in repository less.js.

commit 0145a547cbf6f7c616741307aea7ab1e8e89ce28
Merge: d717c2b 546bedd
Author: jurcovicovam <meri at meri.org>
Date:   Sat Jul 26 00:17:59 2014 +0200

    Merge https://github.com/less/less.js into rhino
    
    Conflicts:
    	README.md

 .travis.yml                                        |    7 +
 CHANGELOG.md                                       |   80 +-
 CONTRIBUTING.md                                    |    4 +-
 Gruntfile.js                                       |   42 +-
 LICENSE                                            |    2 -
 README.md                                          |   54 +-
 bin/lessc                                          |   48 +-
 bower.json                                         |    4 +-
 build.gradle                                       |   12 +-
 build/README.md                                    |  311 +-
 build/build.yml                                    |    6 +-
 build/rhino-modules.js                             |    2 +-
 dist/less-1.6.2.js                                 | 7624 ++++++++++++++++
 dist/less-1.6.2.min.js                             |   16 +
 dist/less-1.6.3.js                                 | 7627 ++++++++++++++++
 dist/less-1.6.3.min.js                             |   16 +
 dist/less-1.7.0.js                                 | 7921 +++++++++++++++++
 dist/less-1.7.0.min.js                             |   16 +
 dist/less-1.7.1.js                                 | 7936 +++++++++++++++++
 dist/less-1.7.1.min.js                             |   16 +
 dist/less-1.7.2.js                                 | 7938 +++++++++++++++++
 dist/less-1.7.2.min.js                             |   16 +
 dist/less-1.7.3.js                                 | 7942 +++++++++++++++++
 dist/less-1.7.3.min.js                             |   16 +
 dist/less-rhino-1.6.2.js                           | 9017 +++++++++++++++++++
 dist/less-rhino-1.6.3.js                           | 9020 +++++++++++++++++++
 dist/less-rhino-1.7.0.js                           | 9301 +++++++++++++++++++
 dist/less-rhino-1.7.1.js                           | 9311 +++++++++++++++++++
 dist/less-rhino-1.7.2.js                           | 9313 +++++++++++++++++++
 dist/less-rhino-1.7.3.js                           | 9317 ++++++++++++++++++++
 lib/less/rhino.js => dist/lessc-rhino-1.6.2.js     |    7 +-
 lib/less/rhino.js => dist/lessc-rhino-1.6.3.js     |    7 +-
 lib/less/rhino.js => dist/lessc-rhino-1.7.0.js     |    7 +-
 lib/less/rhino.js => dist/lessc-rhino-1.7.1.js     |   13 +-
 lib/less/rhino.js => dist/lessc-rhino-1.7.2.js     |   13 +-
 lib/less/rhino.js => dist/lessc-rhino-1.7.3.js     |   13 +-
 lib/less/browser.js                                |   50 +-
 lib/less/env.js                                    |   23 +-
 lib/less/fs.js                                     |   10 +
 lib/less/functions.js                              |  125 +-
 lib/less/import-visitor.js                         |   34 +-
 lib/less/index.js                                  |   91 +-
 lib/less/lessc_helper.js                           |    1 +
 lib/less/parser.js                                 |  305 +-
 lib/less/rhino.js                                  |   12 +-
 lib/less/source-map-output.js                      |    2 +-
 lib/less/to-css-visitor.js                         |   33 +-
 lib/less/tree.js                                   |    6 +-
 lib/less/tree/anonymous.js                         |    4 +-
 lib/less/tree/color.js                             |   23 +-
 lib/less/tree/detached-ruleset.js                  |   20 +
 lib/less/tree/dimension.js                         |   25 +-
 lib/less/tree/directive.js                         |   62 +-
 lib/less/tree/import.js                            |    9 +-
 lib/less/tree/keyword.js                           |    1 +
 lib/less/tree/media.js                             |    9 +-
 lib/less/tree/mixin.js                             |   84 +-
 lib/less/tree/quoted.js                            |   16 +-
 lib/less/tree/rule.js                              |   36 +-
 lib/less/tree/ruleset-call.js                      |   16 +
 lib/less/tree/ruleset.js                           |   68 +-
 lib/less/tree/selector.js                          |   65 +-
 lib/less/tree/url.js                               |   13 +
 package.json                                       |   33 +-
 test/browser/css/postProcessor/postProcessor.css   |    4 +
 test/browser/less/postProcessor/postProcessor.less |    4 +
 test/browser/runner-postProcessor-options.js       |    4 +
 test/browser/runner-postProcessor.js               |    3 +
 test/css/css-3.css                                 |    5 +-
 test/css/css-guards.css                            |   21 +-
 test/css/debug/linenumbers-all.css                 |   10 +-
 test/css/debug/linenumbers-comments.css            |    7 +-
 test/css/debug/linenumbers-mediaquery.css          |    7 +-
 test/css/detached-rulesets.css                     |   71 +
 test/css/functions.css                             |   51 +-
 test/css/import-reference.css                      |   33 +-
 test/css/javascript.css                            |    5 +
 test/css/merge.css                                 |    8 +
 test/css/mixins-guards-default-func.css            |    9 +
 test/css/mixins-guards.css                         |   17 +-
 test/css/mixins-pattern.css                        |    4 +
 test/css/property-name-interp.css                  |   10 +-
 test/css/scope.css                                 |    3 +
 test/css/selectors.css                             |   11 +
 test/css/url-args/urls.css                         |   56 +
 test/css/variables-in-at-rules.css                 |   18 +
 test/index.js                                      |    3 +-
 test/less-test.js                                  |    2 +
 test/less/css-3.less                               |    6 +-
 test/less/css-guards.less                          |   40 +-
 test/less/debug/linenumbers.less                   |   12 +-
 test/less/detached-rulesets.less                   |  103 +
 test/less/errors/at-rules-undefined-var.less       |    4 +
 test/less/errors/at-rules-undefined-var.txt        |    4 +
 test/less/errors/color-invalid-hex-code.less       |    3 +
 test/less/errors/color-invalid-hex-code.txt        |    4 +
 test/less/errors/color-invalid-hex-code2.less      |    3 +
 test/less/errors/color-invalid-hex-code2.txt       |    4 +
 test/less/errors/detached-ruleset-1.less           |    6 +
 test/less/errors/detached-ruleset-1.txt            |    4 +
 test/less/errors/detached-ruleset-2.less           |    6 +
 test/less/errors/detached-ruleset-2.txt            |    4 +
 test/less/errors/detached-ruleset-3.less           |    4 +
 test/less/errors/detached-ruleset-3.txt            |    4 +
 test/less/errors/detached-ruleset-4.less           |    5 +
 test/less/errors/detached-ruleset-4.txt            |    3 +
 test/less/errors/detached-ruleset-5.less           |    4 +
 test/less/errors/detached-ruleset-5.txt            |    3 +
 test/less/errors/detached-ruleset-6.less           |    5 +
 test/less/errors/detached-ruleset-6.txt            |    4 +
 test/less/errors/import-subfolder2.txt             |    6 +-
 test/less/errors/javascript-error.less             |    2 +-
 test/less/errors/javascript-error.txt              |    4 +-
 test/less/errors/mixin-not-visible-in-scope-1.less |    9 +
 test/less/errors/mixin-not-visible-in-scope-1.txt  |    4 +
 test/less/errors/mixins-guards-default-func-1.less |    2 +-
 test/less/errors/mixins-guards-default-func-3.less |    9 +
 test/less/errors/mixins-guards-default-func-3.txt  |    4 +
 test/less/errors/parse-error-curly-bracket.less    |    5 +-
 test/less/errors/parse-error-curly-bracket.txt     |    6 +-
 test/less/errors/parse-error-extra-parens.txt      |    6 +-
 test/less/errors/parse-error-missing-parens.txt    |    6 +-
 test/less/errors/percentage-missing-space.less     |    3 +
 test/less/errors/percentage-missing-space.txt      |    4 +
 test/less/functions.less                           |   34 +-
 test/less/import-reference.less                    |   11 +-
 test/less/import/import-reference.less             |    8 +
 test/less/javascript.less                          |    9 +
 test/less/merge.less                               |   21 +-
 test/less/mixins-guards-default-func.less          |   28 +-
 test/less/mixins-guards.less                       |   28 +-
 test/less/mixins-pattern.less                      |    3 +
 test/less/mixins.less                              |    3 +
 test/less/property-name-interp.less                |   14 +-
 test/less/scope.less                               |   25 +
 test/less/selectors.less                           |   12 +
 test/less/url-args/urls.less                       |   63 +
 test/less/variables-in-at-rules.less               |   20 +
 test/rhino/test-header.js                          |    2 +
 139 files changed, 104296 insertions(+), 827 deletions(-)

diff --cc README.md
index c9a78d4,e11997e..27689b1
--- a/README.md
+++ b/README.md
@@@ -1,2 -1,53 +1,54 @@@
- This branch has been merged into less.js and is not relevant anymore.
+ [![Build Status](https://travis-ci.org/less/less.js.png?branch=master)](https://travis-ci.org/less/less.js)
+  [![Dependencies](https://david-dm.org/less/less.js.png)](https://david-dm.org/less/less.js) [![devDependency Status](https://david-dm.org/less/less.js/dev-status.png)](https://david-dm.org/less/less.js#info=devDependencies) [![optionalDependency Status](https://david-dm.org/less/less.js/optional-status.png)](https://david-dm.org/less/less.js#info=optionalDependencies)
+ 
+ # [Less.js v1.7.3](http://lesscss.org)
+ 
+ > The **dynamic** stylesheet language. [http://lesscss.org](http://lesscss.org).
+ 
+ This is the JavaScript, official, stable version of Less.
+ 
+ 
+ ## Getting Started
+ 
+ Options for adding Less.js to your project:
+ 
+ * 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`
+ 
+ ## More information
+ 
+ For general information on the language, configuration options or usage visit [lesscss.org](http://lesscss.org).
+ 
+ Here are other resources for using Less.js:
+ 
+ * [stackoverflow.com][so] is a great place to get answers about Less.
+ * [Less.js Issues][issues] for reporting bugs
+ 
+ 
+ ## 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/).
+ 
+ ### 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].
+ 
+ Please report documentation issues in [the documentation project](https://github.com/less/less-docs).
+ 
+ ### Development
+ 
+ Read [Developing Less](http://lesscss.org/usage/#developing-less).
+ 
+ ## Release History
+ See the [changelog](CHANGELOG.md)
+ 
+ ## [License](LICENSE)
+ 
+ Copyright (c) 2009-2014 [Alexis Sellier](http://cloudhead.io/) & The Core Less Team
+ Licensed under the [Apache License](LICENSE).
+ 
+ 
+ [so]: http://stackoverflow.com/questions/tagged/twitter-bootstrap+less "StackOverflow.com"
+ [issues]: https://github.com/less/less.js/issues "GitHub Issues for Less.js"
+ [download]: https://github.com/less/less.js/zipball/master "Download Less.js"
 +

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/less.js.git



More information about the Pkg-javascript-commits mailing list