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

Get rid of Grunt #1093

Merged
merged 3 commits into from
Feb 21, 2019
Merged

Get rid of Grunt #1093

merged 3 commits into from
Feb 21, 2019

Commits on Feb 21, 2019

  1. Move version bumper to npm-script

    In the process of abandoning grunt, let us move the version replacer
    to a standalone script and register it with NPM. It can be run as follows:
    
        npm run bump-version 2.19
    jtojnar committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    f96f069 View commit details
    Browse the repository at this point in the history
  2. Switch to NPM scripts for check commands

    Another step in abandoning Grunt
    jtojnar committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    aeb77a7 View commit details
    Browse the repository at this point in the history
  3. Finish grunt removal

    Zipball can now be created using `npm run dist`.
    jtojnar committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    4ff722e View commit details
    Browse the repository at this point in the history