mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-22 23:04:42 +00:00
Add instruction on how to minify to README.
This commit is contained in:
parent
05a6aa4d42
commit
8df91fdfac
1 changed files with 4 additions and 0 deletions
|
|
@ -24,6 +24,10 @@
|
|||
|
||||
$ sprocketize fabric.js > dist/all.js
|
||||
|
||||
3. Create a minified distribution file
|
||||
|
||||
$ java -jar lib/yuicompressor-2.4.2.jar dist/all.js -o dist/all.min.js
|
||||
|
||||
### Examples of use
|
||||
|
||||
#### Adding red rectangle to canvas
|
||||
|
|
|
|||
Loading…
Reference in a new issue