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

Rebuild modulePath correctly in grunt _build:notice if on Windows #11439

Merged
merged 1 commit into from
May 10, 2017

Commits on May 9, 2017

  1. Rebuild modulePath correctly if on Windows

    The module paths are split by ':' and with a Windows filepath (and the 'C:/' prefix),
    the split returns the drive letter and directory path separately.
    This causes the modulePath to be set incorrectly into the packagePaths object
    and the subsequent call for the licenses by key returns undefined on Windows only.
    
    This commit recombines the drive and directory paths and sets the correct key into packagePaths.
    colmose committed May 9, 2017
    Configuration menu
    Copy the full SHA
    4914cf3 View commit details
    Browse the repository at this point in the history