integration/js/compile.bat
author veltr
Mon, 26 Nov 2012 18:42:56 +0100
changeset 50 89e152523cb6
child 82 e36c35fb4468
permissions -rw-r--r--
Improving media page

@echo off

type init.js > hashcut.js

set jsfiles=i18n model ldt-serializer segmentapi-serializer contentapi-serializer mashupcore editor mashupplayer mediaplayer social

FOR %%f IN (%jsfiles%) DO (type %%f.js >> hashcut.js)

echo Hashcut.js compiled successfully!