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

Improved the browser build #73

Merged
merged 2 commits into from
Feb 3, 2016
Merged

Improved the browser build #73

merged 2 commits into from
Feb 3, 2016

Commits on Feb 3, 2016

  1. Improved the browser build

    Made three improvements to the browser build:
    
    1. It now builds _two_ browser bundles, one minified (49kb) and one unminified (129kb)
    2. It now builds source maps, which makes debugging in a browser easier
    3. `npm start` now runs with `--watch`, so it automatically does _fast_ differential rebuilds when any source files change
    JamesMessinger committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    7cb4962 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e62a351 View commit details
    Browse the repository at this point in the history