mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Include minified version of parse-js (25kb) inside PaperScript object.
This commit is contained in:
parent
2b6dede883
commit
52ab361ed5
3 changed files with 6 additions and 0 deletions
1
build/parse-js.sh
Executable file
1
build/parse-js.sh
Executable file
|
@ -0,0 +1 @@
|
|||
./preprocess.sh ../lib/parse-js.js ../lib/parse-js-min.js "" compiled
|
1
lib/.gitignore
vendored
Normal file
1
lib/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/*.js
|
|
@ -1,4 +1,8 @@
|
|||
var PaperScript = new function() {
|
||||
//TODO: Make sure there are all the correct copyrights for the inlined
|
||||
//parse-js:
|
||||
//#include "../../lib/parse-js-min.js"
|
||||
|
||||
// Handle Math Operators
|
||||
|
||||
var operators = {
|
||||
|
|
Loading…
Reference in a new issue