You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This library makes it easier to quickly prototype WebGL applications. It's lower
6
6
7
7
*`python build.py`: build `lightgl.js` from the files in the `src` directory
8
8
*`python build.py debug`: rebuild the library any time the contents of the `src` directory change
9
-
*`python build.py release`: minify the library using Google Closure Compiler, which assumes there is a `closure` command in your path that runs `compiler.jar`
9
+
*`python build.py release`: minify the library using [UglifyJS](https://github.com/mishoo/UglifyJS2), which assumes there is an `uglifyjs` command in your path
10
10
*`docco src/*.js`: build the documentation, which is generated in the `docs` directory
11
11
12
12
The latest lightgl.js build can be found at http://evanw.github.com/lightgl.js/lightgl.js.
0 commit comments