make the tests run in Closure RAW mode, but leave the SIMPLE mode script tag to still catch compilation errors/warnings while running tests

This commit is contained in:
Éric Lemoine
2012-06-20 15:09:30 +02:00
parent e61769c6dc
commit e989c61e63

View File

@@ -10,6 +10,7 @@
<!-- include source files here... -->
<script type="text/javascript" src="http://localhost:9810/compile?id=ol&amp;mode=SIMPLE"></script>
<script type="text/javascript" src="http://localhost:9810/compile?id=ol&amp;mode=RAW"></script>
<!-- common jasmine extensions -->
<script type="text/javascript" src="jasmine-extensions.js"></script>