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

publicPath can now be a function #373

Merged
merged 7 commits into from Apr 8, 2019

Commits on Apr 4, 2019

  1. feat: publicPath can now be a function

    Also added schema validation for publicPath.
    karlvr committed Apr 4, 2019
    Copy the full SHA
    098a268 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. test: publicPath function

    karlvr committed Apr 5, 2019
    Copy the full SHA
    5db65d2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fab158d View commit details
    Browse the repository at this point in the history
  3. chore: rename function-publicpath test

    Make it consistent with new publicpath-trailing-slash test
    karlvr committed Apr 5, 2019
    Copy the full SHA
    a9985d8 View commit details
    Browse the repository at this point in the history
  4. feat: test case checker supports nested directories

    In order to test output into nested directories, such as I’m about to add for the publicpath-function test.
    karlvr committed Apr 5, 2019
    Copy the full SHA
    0f76012 View commit details
    Browse the repository at this point in the history
  5. fix: publicpath-function test demonstrates purpose

    With output of the CSS into a nested folder the computation of the relative publicPath makes sense.
    karlvr committed Apr 5, 2019
    Copy the full SHA
    9ef1de0 View commit details
    Browse the repository at this point in the history
  6. fix: publicpath-function test demonstrates variable publicPath

    Added a second entry point / output at different nesting demonstrating the application of the publicPath function
    karlvr committed Apr 5, 2019
    Copy the full SHA
    1b691ab View commit details
    Browse the repository at this point in the history