You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
740 B
10 lines
740 B
@rem set NODE_HOME=C:\Users\IBM_ADMIN\Downloads\node |
|
@rem set PATH=%NODE_HOME%;%PATH% |
|
@rem Something like this will be required for cygwin... node is not 100% confirmed working at this point |
|
@rem node ../../dojo/dojo.js load=build %* |
|
|
|
java -Xms256m -Xmx256m -cp "%~dp0../shrinksafe/js.jar";"%~dp0../closureCompiler/compiler.jar";"%~dp0../shrinksafe/shrinksafe.jar" org.mozilla.javascript.tools.shell.Main "%~dp0../../dojo/dojo.js" baseUrl="%~dp0../../dojo" load=build %* |
|
|
|
@rem java -classpath ../shrinksafe/js.jar;../shrinksafe/shrinksafe.jar org.mozilla.javascript.tools.shell.Main build.js %* |
|
|
|
@rem java -Xms256m -Xmx256m -classpath ../shrinksafe/js.jar;../shrinksafe/shrinksafe.jar org.mozilla.javascript.tools.shell.Main build.js %*
|
|
|