Skip to content

Commit ab9bc0b

Browse files
Marth64xelenril
authored andcommitted
web/README: add missing dependency clean-css
Signed-off-by: Marth64 <[email protected]> Signed-off-by: Anton Khirnov <[email protected]>
1 parent b008bd9 commit ab9bc0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ffmpeg.org official website
44
GENERATE THE WEBSITE
55
--------------------
66

7-
`lessc` is required to generate CSS of the website.[1]
7+
`lessc` and `clean-css` are required to generate CSS of the website.[1]
88

99
Type `make` to generate the website.
1010
Type `make clean` to remove the generated files.
@@ -49,11 +49,11 @@ you might want to check out the C++ version: http://www.vanderkroef.net/clessc.h
4949
- Install everything globally (root required)
5050
- Install npm from the packages or the sources: http://nodejs.org/
5151
- Install lessc and bower using npm:
52-
$ sudo npm install -g bower less
52+
$ sudo npm install -g bower less clean-css
5353

5454
- Install only npm globally
5555
- Install npm from the packages or the sources: http://nodejs.org/
5656
- Install lessc and bower in the current directory using npm:
57-
$ npm install bower less
57+
$ npm install bower less clean-css
5858
- Add the path to your environment:
5959
$ export PATH=`pwd`/node_modules/bower/bin:`pwd`/node_modules/less/bin:$PATH

0 commit comments

Comments
 (0)