Changeset 3381 for sandbox/camptocamp/mapfish_workshop_fossgis2010/printing_src/building_javascript.txt
- Timestamp:
- 03/02/10 06:11:11 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
sandbox/camptocamp/mapfish_workshop_fossgis2010/printing_src/building_javascript.txt
r3378 r3381 16 16 You can check that ``jsbuild`` is properly installed by running this command:: 17 17 18 (env) C:\MapFish>C:\MapFish\env\Scripts\jsbuild.exe--help18 (env) env/bin/jsbuild --help 19 19 20 20 It should produce this output:: … … 110 110 You can now launch the build command:: 111 111 112 (env) C:\MapFish>cd MapFishApp/jsbuild113 (env) C:\MapFish\MapFishApp\jsbuild>C:\MapFish\env\Scripts\jsbuild.exe -o ..\mapfishapp\public\build\mapfish app.cfg112 (env) cd MapFishApp/jsbuild 113 (env) /home/live/mapfish/env/bin/jsbuild -o ../mapfishapp/public/build/mapfish app.cfg 114 114 115 115 After a small while, the output should be:: 116 116 117 117 Done: 118 .. \mapfishapp\public\build\mapfish\MapFish.js118 ../mapfishapp/public/build/mapfish/MapFish.js 119 119 120 120 The last thing that you need to do is copy resource files. Copy the MapFish
