integration/js/compile.bat
changeset 82 e36c35fb4468
parent 50 89e152523cb6
child 84 0c699d2767f8
--- a/integration/js/compile.bat	Thu Nov 29 17:54:48 2012 +0100
+++ b/integration/js/compile.bat	Thu Nov 29 19:28:10 2012 +0100
@@ -6,4 +6,6 @@
 
 FOR %%f IN (%jsfiles%) DO (type %%f.js >> hashcut.js)
 
+copy hashcut.js ..\..\src\hashcut\static\hashcut\js
+
 echo Hashcut.js compiled successfully!