mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Fix build script.
This commit is contained in:
parent
db42dfdfc1
commit
8d2cfc87ed
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
# commented Preprocessed, still formated and commented
|
||||
# stripped Preprocessed, formated but without comments
|
||||
|
||||
VERSION=0.8.0
|
||||
VERSION=0.8
|
||||
DATE=$(git log -1 --pretty=format:%ad)
|
||||
|
||||
COMMAND="./prepro.js -d '{ \"version\": $VERSION, \"date\": \"$DATE\", \"parser\": \"acorn\", \"svg\": true }' $3 $2"
|
||||
|
|
Loading…
Reference in a new issue