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

Pre-compiled Commitizen #53

Merged
merged 3 commits into from
Nov 1, 2015
Merged

Commits on Oct 30, 2015

  1. refactor(util): Moved util.js in to the src folder

    We want to precompile all js files with babel and for simplicity we
    should keep all source files in the same folder.
    
    The test are using `util` but I can't see any real problems with having
    the tests importing a file inside the src folder
    Oskar Karlsson committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    d1a00d1 View commit details
    Browse the repository at this point in the history
  2. perf(compile): Precompile ES6 code

    Precompiling all ES6 code to ES5 with babel to gain performance
    Adding a .nodeignore file as well to ignore the source code and tests
    files when publishing to npm
    
    See commitizen#39
    Oskar Karlsson committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    bb51990 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2015

  1. feat(compile): Rebuild package on file change in dev-mode

    Added a npm-script for watching changes and re-compile the source file
    Oskar Karlsson committed Oct 31, 2015
    Configuration menu
    Copy the full SHA
    7912c7c View commit details
    Browse the repository at this point in the history