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

Fix #510. Remove jake dev dependency and embed arg parser. #645

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jan 25, 2022

  1. Fix mde#510. Remove jake dev dependency and embed arg parser.

    EJS CLI introduced `jake` as a prod dependency. The only reason for
    this was to use jake's argument parsing code. The code was embedded
    into utils.js instead and jake was made into a dev dependency. This PR
    returns EJS to zero prod dependencies.
    
    See https://github.com/jakejs/jake/blob/master/lib/parseargs.js
    arthanzel committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    ddee6c4 View commit details
    Browse the repository at this point in the history