camilosampedro / Aton

Open web computer laboratory administrator
http://camilosampedro.github.io/Aton
GNU General Public License v3.0
14 stars 12 forks source link

Configure Play Framework to transpile TypeScript files as a single JavaScript file #40

Open camilosampedro opened 8 years ago

camilosampedro commented 8 years ago

In the angular-frontend branch it is being created an Angular2 front-end (TypeScript).

For client side performance it is preferred to transpile TypeScripts server-side instead of compiling client-side. The idea is to provide a single JavaScript main.js transpilation of those TypeScript.

Some help can be found in the play-angular2-typescript project/template.

Beforehand, thank you very much.