equal
deleted
inserted
replaced
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 |