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

Proper UMD export and npm building #30

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Dec 12, 2017

  1. Export CJS module

    jasonkarns committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    d308e8b View commit details
    Browse the repository at this point in the history
  2. umd build step

    jasonkarns committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    2a3a581 View commit details
    Browse the repository at this point in the history
  3. uglify

    jasonkarns committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    ce1c593 View commit details
    Browse the repository at this point in the history
  4. Prepare package tarball

    gitignore node_modules (umd) and the built assets.
    But instruct npm to include the build assets
    jasonkarns committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    e58c3b6 View commit details
    Browse the repository at this point in the history
  5. package-lock

    jasonkarns committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    14f6f57 View commit details
    Browse the repository at this point in the history