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

Workarounds for Yarn not playing nicely on Windows #584

Merged
merged 2 commits into from
Jul 24, 2017

Commits on Jul 22, 2017

  1. Workarounds for Yarn not playing nicely on Windows

    - Bypass `yarn run` when running on Windows; instead, we can go directly
    to `node_modules/.bin/`
    - Create batch scripts so users don't need to type in `ruby bin/webpack`
    manually
    
    See discussion on rails#583
    soundasleep committed Jul 22, 2017
    Configuration menu
    Copy the full SHA
    b480fa6 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2017

  1. Update Changelog and README for Webpacker on Windows

    Do not generate batch files when installing
    soundasleep committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    34d8d4c View commit details
    Browse the repository at this point in the history