Skip to content

Commit

Permalink
updating the wescheme properties file to production, and loading the …
Browse files Browse the repository at this point in the history
…minimized js files
  • Loading branch information
dyoo committed Jul 16, 2012
1 parent 7d53edd commit aaccef5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
6 changes: 3 additions & 3 deletions war/openEditor/index.jsp
Expand Up @@ -69,10 +69,10 @@




<!-- mzscheme-vm evaluator --> <!-- mzscheme-vm evaluator -->
<script src="/js/mzscheme-vm/support.js" type="text/javascript"></script> <script src="/js/mzscheme-vm/support-min.js" type="text/javascript"></script>
<script src="/js/mzscheme-vm/evaluator.js" type="text/javascript"></script> <script src="/js/mzscheme-vm/evaluator-min.js" type="text/javascript"></script>


<script src="/js/openEditor/openEditor-calc.js" type="text/javascript"></script> <script src="/js/openEditor/openEditor-calc-min.js" type="text/javascript"></script>






Expand Down
20 changes: 13 additions & 7 deletions wescheme.properties
@@ -1,20 +1,26 @@
# Production settings: # Production settings:
## WESCHEME_SERVER_BASE = http://www.wescheme.org WESCHEME_SERVER_BASE = http://www.wescheme.org
## COMPILATION_SERVER_URL = http://moby-compiler.cs.brown.edu/servlets/standalone.ss COMPILATION_SERVER_URL = http://moby-compiler.cs.brown.edu/servlets/standalone.ss
## COMPILATION_SERVER_URL = http://wescheme-compiler.hashcollision.org/servlets/standalone.ss
## Round-robin compilation servers.
COMPILATION_SERVERS = http://moby-compiler.cs.brown.edu http://wescheme-compiler.hashcollision.org


## If ANDROID_PACKAGER_SERVER_URL is uncommented, it will be used to
## trigger APK package generation at share time.
## ANDROID_PACKAGER_SERVER_URL = http://go.cs.brown.edu/gzip ## ANDROID_PACKAGER_SERVER_URL = http://go.cs.brown.edu/gzip


###################################################################### ######################################################################


# # Test settings: # # Test settings:
WESCHEME_SERVER_BASE = http://dyoo-test.appspot.com ## WESCHEME_SERVER_BASE = http://dyoo-test.appspot.com


## Round-robin compilation servers. ## Round-robin compilation servers.
COMPILATION_SERVERS = http://localhost:8000 http://localhost:8001 http://localhost:8002 ## COMPILATION_SERVERS = http://localhost:8000 http://localhost:8001 http://localhost:8002


##COMPILATION_SERVER_URL = http://moby-compiler.cs.brown.edu/servlets/standalone.ss ## COMPILATION_SERVER_URL = http://moby-compiler.cs.brown.edu/servlets/standalone.ss
## COMPILATION_SERVER_URL = http://wescheme-compiler.hashcollision.org/servlets/standalone.ss ## COMPILATION_SERVER_URL = http://wescheme-compiler.hashcollision.org/servlets/standalone.ss
COMPILATION_SERVER_URL = http://localhost:8000/servlets/standalone.ss ## COMPILATION_SERVER_URL = http://localhost:8000/servlets/standalone.ss
## If ANDROID_PACKAGER_SERVER_URL is uncommented, it will be used to ## If ANDROID_PACKAGER_SERVER_URL is uncommented, it will be used to
## trigger APK package generation at share time. ## trigger APK package generation at share time.
## ANDROID_PACKAGER_SERVER_URL = http://go.cs.brown.edu/gzip ## ANDROID_PACKAGER_SERVER_URL = http://go.cs.brown.edu/gzip
Expand Down

0 comments on commit aaccef5

Please sign in to comment.