integration/js/compile.bat
changeset 104 1b84c7b2aeee
parent 91 a94f5c62e4d7
equal deleted inserted replaced
97:213e81430f7a 104:1b84c7b2aeee
     1 @echo off
     1 @echo off
     2 
     2 
     3 type init.js > hashcut.js
     3 type init.js > hashcut.js
     4 
     4 
     5 set jsfiles=i18n model ldt-serializer segmentapi-serializer contentapi-serializer mashupcore editor mashupplayer mediaplayer
     5 set jsfiles=model ldt-serializer segmentapi-serializer contentapi-serializer mashupcore editor mashupplayer mediaplayer
     6 
     6 
     7 FOR %%f IN (%jsfiles%) DO (type %%f.js >> hashcut.js)
     7 FOR %%f IN (%jsfiles%) DO (type %%f.js >> hashcut.js)
     8 
     8 
     9 copy hashcut.js ..\..\src\hashcut\static\hashcut\js
     9 copy hashcut.js ..\..\src\hashcut\static\hashcut\js
    10 
    10