mirror of
https://github.com/tweenjs/tween.js.git
synced 2026-01-25 16:46:30 +00:00
7 lines
157 B
Python
7 lines
157 B
Python
import sys
|
|
import os
|
|
|
|
output = '../build/Tween.js';
|
|
|
|
os.system("java -jar yuicompressor-2.4.2.jar ../src/Tween.js -o ../build/Tween.js --charset utf-8 -v");
|