mumoshu / play2-typescript

TypeScript assets handling for Play 2.0. Compiles .ts files under the /assets dir along with the project.
Other
74 stars 14 forks source link

RequireJS support #9

Closed mumoshu closed 11 years ago

mumoshu commented 11 years ago

For easier debugging in Dev-mode, we should use Play's requireJs support which resolves required javascripts dynamically on web browsers, instead of combining them before serving.

See: adding optional require.js support · e3c2ffb · playframework/Play20 https://github.com/playframework/Play20/commit/e3c2ffb0d4779863374c44c5ec1a588a1eca4474

mumoshu commented 11 years ago

Resolved in 204b679f02a809