Closed k2611a closed 11 years ago
Client should be built using maven Js scripts should be uglified and compressed into single file. All the client code should be built into the server file jar to remove dependency on running the server near the dune-client directory.
Client code is built into server jar.
Js is preprocessed with Google closure compiler
Js preprocessed with uglify and require.js used for assembling js into single file. Should be enough for now.
Client should be built using maven Js scripts should be uglified and compressed into single file. All the client code should be built into the server file jar to remove dependency on running the server near the dune-client directory.