integration/js/compile.bat
author Anthony Ly <anthonyly.com@gmail.com>
Tue, 27 Nov 2012 11:38:18 +0100
changeset 52 2565a518aafa
parent 50 89e152523cb6
child 82 e36c35fb4468
permissions -rw-r--r--
update style of new link

@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!