I've managed to get a full production build workflow going.
You can see this in my fork here - https://github.com/guybedford/traceur-todomvc
The production app is at index-built.html
I haven't created a pull request, because it uses the SystemJS project, which is still not completely launched.
The build process is the following:
- Compile js -> js-built turning ES6 in ES5 and AMD
- Use the r.js optimizer to compile the AMD into a single file
- Use the traceur runtime and systemJS AMD-production module (finished yesterday!) in the production environment.
Currently the above is just in a Makefile. This can be done through any other tool as necessary.
Feedback welcome.
I've managed to get a full production build workflow going.
You can see this in my fork here - https://github.com/guybedford/traceur-todomvc
The production app is at index-built.html
I haven't created a pull request, because it uses the SystemJS project, which is still not completely launched.
The build process is the following:
Currently the above is just in a Makefile. This can be done through any other tool as necessary.
Feedback welcome.