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: update stopped working with banner #22

Merged
merged 1 commit into from
Nov 30, 2016
Merged

Commits on Nov 30, 2016

  1. fix: update stopped working with banner

    With the addition of `--banner` option index files no longer start with '// @create-index'
    
    This new regex looks for '// @create-index' that are either at the beginning of the file (old behavior) or if it is followed by a newline.
    Basically it just checks whether it exists in a file or not.
    
    Added a test for it now.
    
    # Conflicts:
    #	src/utilities/validateTargetDirectory.js
    laggingreflex committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    15f683a View commit details
    Browse the repository at this point in the history