Skip to content

Build workflow #28

@guybedford

Description

@guybedford

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:

  1. Compile js -> js-built turning ES6 in ES5 and AMD
  2. Use the r.js optimizer to compile the AMD into a single file
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions