k2611a / d2d

0 stars 0 forks source link

html/css/js build processing #42

Closed k2611a closed 11 years ago

k2611a commented 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.

k2611a commented 11 years ago

Client code is built into server jar.

k2611a commented 11 years ago

Js is preprocessed with Google closure compiler

k2611a commented 11 years ago

Js preprocessed with uglify and require.js used for assembling js into single file. Should be enough for now.