|
50
|
1 |
@echo off |
|
|
2 |
|
|
|
3 |
type init.js > hashcut.js |
|
|
4 |
|
|
|
5 |
set jsfiles=i18n model ldt-serializer segmentapi-serializer contentapi-serializer mashupcore editor mashupplayer mediaplayer social |
|
|
6 |
|
|
|
7 |
FOR %%f IN (%jsfiles%) DO (type %%f.js >> hashcut.js) |
|
|
8 |
|
|
|
9 |
echo Hashcut.js compiled successfully! |