File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ffmpeg.org official website
4
4
GENERATE THE WEBSITE
5
5
--------------------
6
6
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]
8
8
9
9
Type `make` to generate the website.
10
10
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
49
49
- Install everything globally (root required)
50
50
- Install npm from the packages or the sources: http://nodejs.org/
51
51
- Install lessc and bower using npm:
52
- $ sudo npm install -g bower less
52
+ $ sudo npm install -g bower less clean-css
53
53
54
54
- Install only npm globally
55
55
- Install npm from the packages or the sources: http://nodejs.org/
56
56
- Install lessc and bower in the current directory using npm:
57
- $ npm install bower less
57
+ $ npm install bower less clean-css
58
58
- Add the path to your environment:
59
59
$ export PATH=`pwd`/node_modules/bower/bin:`pwd`/node_modules/less/bin:$PATH
You can’t perform that action at this time.
0 commit comments