Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial port of build process to gulp #3106

Merged
merged 22 commits into from
Oct 22, 2015
Merged

Initial port of build process to gulp #3106

merged 22 commits into from
Oct 22, 2015

Commits on Oct 16, 2015

  1. Initial port of build process to gulp

    1. Move all build related code to gulpfile.js
    2. Add `npm` scripts for all gulp tasks so no one needs to install gulp globally.
    3. Added new `jshint-watch` task for continually running jsHint on changed files and writing the results to the console.
    mramato committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    7e08a7b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2015

  1. Use r.js optimizer programatically via npm module.

    Also general code clean up.
    
    This change temporarily disables the almond loader.
    mramato committed Oct 18, 2015
    Configuration menu
    Copy the full SHA
    ac44060 View commit details
    Browse the repository at this point in the history
  2. Fix Node 0.10 support

    Go back to using it for Travis.
    Also fix an issue causing makeZipFile to have incomplete data on Linux.
    mramato committed Oct 18, 2015
    Configuration menu
    Copy the full SHA
    a140689 View commit details
    Browse the repository at this point in the history
  3. Ongoing gulp work

    1. Remove debug code
    2. Fix documentation github links
    3. Fix accidental include of development gallery directory.
    mramato committed Oct 18, 2015
    Configuration menu
    Copy the full SHA
    d12c5a0 View commit details
    Browse the repository at this point in the history
  4. Add build-watch gulp task

    Also clean up exec usage.
    mramato committed Oct 18, 2015
    Configuration menu
    Copy the full SHA
    aecb78a View commit details
    Browse the repository at this point in the history
  5. Fix almond loader.

    mramato committed Oct 18, 2015
    Configuration menu
    Copy the full SHA
    bc1ea1e View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2015

  1. Configuration menu
    Copy the full SHA
    845e253 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19add8c View commit details
    Browse the repository at this point in the history
  3. Fix stubs generation.

    mramato committed Oct 19, 2015
    Configuration menu
    Copy the full SHA
    554faff View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2015

  1. Configuration menu
    Copy the full SHA
    4addf0d View commit details
    Browse the repository at this point in the history
  2. Fix issues with combined Workers

    It was only exposed during the release tests.
    mramato committed Oct 20, 2015
    Configuration menu
    Copy the full SHA
    26452fd View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2015

  1. Configuration menu
    Copy the full SHA
    62e50ba View commit details
    Browse the repository at this point in the history
  2. Update CHANGES.md

    mramato committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    221590d View commit details
    Browse the repository at this point in the history
  3. Changes after review.

    mramato committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    bb839ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f789a73 View commit details
    Browse the repository at this point in the history
  5. Fix shader minification.

    mramato committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    79b230b View commit details
    Browse the repository at this point in the history
  6. Changes after review

    Clean up file path handling.
    mramato committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    1cfa1be View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2015

  1. Fix typo, again.

    mramato committed Oct 22, 2015
    Configuration menu
    Copy the full SHA
    a3df692 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d855fe5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6061d19 View commit details
    Browse the repository at this point in the history
  4. More changes after review.

    mramato committed Oct 22, 2015
    Configuration menu
    Copy the full SHA
    fd1169c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    798774f View commit details
    Browse the repository at this point in the history