|
@@ -306,7 +306,6 @@ cat $TOOURCOMPILER > $TMPDIR/compiler.js
|
|
# Compile all collected .st files to .js
|
|
# Compile all collected .st files to .js
|
|
echo "Loading libraries$TOOURCOMPILER and compiling ..."
|
|
echo "Loading libraries$TOOURCOMPILER and compiling ..."
|
|
node $TMPDIR/compiler.js $DEPLOY $SUFFIX $COMPILE
|
|
node $TMPDIR/compiler.js $DEPLOY $SUFFIX $COMPILE
|
|
-echo node $TMPDIR/compiler.js $DEPLOY $SUFFIX $COMPILE
|
|
|
|
|
|
|
|
# Verify all .js files corresponding to .st files were created, otherwise exit
|
|
# Verify all .js files corresponding to .st files were created, otherwise exit
|
|
IFS=" "
|
|
IFS=" "
|