Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vuejs-templates/webpack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ZenSnail/webpack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 7 files changed
  • 5 contributors

Commits on Apr 12, 2016

  1. fix static path for windows environment (#77)

    After taking with @myst729, I use some sentience from him:
    Using back slash (\) as file separator is how path.join works in Windows environment, which makes loading of static files failed on my windows machine.
    In Mac or Linux it should be slash (/), which works.
    I think url.resolve is a better approach here.
    xiaoyual666 authored and yyx990803 committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    74e2df2 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2016

  1. fix static path

    yyx990803 committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    6d08982 View commit details
    Browse the repository at this point in the history
  2. chore(build) add eslint-env shelljs directive (#80)

    env, rm, mkdir and cp are defined globally
    oaleynik authored and yyx990803 committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    83e89c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2016

  1. Allow external css to be included (#84)

    * Allow external css to be included
    
    * path not required for prod.conf
    Grafikart authored and yyx990803 committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    68dd083 View commit details
    Browse the repository at this point in the history
  2. add note about vue-cli@2.x

    yyx990803 committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    423e941 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2016

  1. Revert "Allow external css to be included (#84)"

    This reverts commit 68dd083.
    yyx990803 committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    4227004 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2016

  1. make e2e pass

    yyx990803 committed Apr 16, 2016
    Configuration menu
    Copy the full SHA
    c7d6f98 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2016

  1. Remove dependency on bind (#100)

    Phantomjs v2 supports bind natively
    crookedneighbor authored and yyx990803 committed May 1, 2016
    Configuration menu
    Copy the full SHA
    8c7488c View commit details
    Browse the repository at this point in the history

Commits on May 3, 2016

  1. Configuration menu
    Copy the full SHA
    3a9426d View commit details
    Browse the repository at this point in the history
Loading