mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Fix parse-js.sh script to work with new Prepro.js
This commit is contained in:
parent
d3241f2540
commit
3c20f31a28
1 changed files with 1 additions and 1 deletions
|
@ -17,4 +17,4 @@
|
||||||
# through the seperate source files in the src directory. Very useful during
|
# through the seperate source files in the src directory. Very useful during
|
||||||
# development of the library itself.
|
# development of the library itself.
|
||||||
|
|
||||||
./preprocess.sh ../lib/parse-js.js ../lib/parse-js-min.js "" uglified
|
./preprocess.sh compressed ../lib/parse-js.js ../lib/parse-js-min.js '{}'
|
||||||
|
|
Loading…
Reference in a new issue