update Piwik to version 2.16 (fixes #91)
This commit is contained in:
parent
296343bf3b
commit
d885a4baa9
5833 changed files with 418860 additions and 226988 deletions
10
www/analytics/vendor/leafo/lessphp/README.md
vendored
10
www/analytics/vendor/leafo/lessphp/README.md
vendored
|
|
@ -1,7 +1,7 @@
|
|||
# lessphp v0.4.0
|
||||
### <http://leafo.net/lessphp>
|
||||
[](https://travis-ci.org/leafo/lessphp)
|
||||
|
||||
[](http://travis-ci.org/leafo/lessphp)
|
||||
# lessphp v0.5.0
|
||||
### <http://leafo.net/lessphp>
|
||||
|
||||
`lessphp` is a compiler for LESS written in PHP. The documentation is great,
|
||||
so check it out: <http://leafo.net/lessphp/docs/>.
|
||||
|
|
@ -75,12 +75,12 @@ css is written to standard out:
|
|||
|
||||
$ plessc input.less > output.css
|
||||
|
||||
Using the -r flag, you can specify LESS code directly as an argument or, if
|
||||
Using the -r flag, you can specify LESS code directly as an argument or, if
|
||||
the argument is left off, from standard in:
|
||||
|
||||
$ plessc -r "my less code here"
|
||||
|
||||
Finally, by using the -w flag you can watch a specified input file and have it
|
||||
Finally, by using the -w flag you can watch a specified input file and have it
|
||||
compile as needed to the output file:
|
||||
|
||||
$ plessc -w input-file output-file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue