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

Track and compile tests in webpack #1209

Closed
wants to merge 6 commits into from

Commits on Dec 8, 2016

  1. Watch test files (so they retrigger webpack)

    This will not process them for now...
    rricard committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    8e15dc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19f86d1 View commit details
    Browse the repository at this point in the history
  3. Create some sub compilations for tests

    This result will not be used for serving the pages but will be used for tracking lint/type errors in those files
    rricard committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    e0d373b View commit details
    Browse the repository at this point in the history
  4. Only consider src tests

    rricard committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    74705ff View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. Configuration menu
    Copy the full SHA
    7489f54 View commit details
    Browse the repository at this point in the history
  2. Refine globbing

    rricard committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    07a556e View commit details
    Browse the repository at this point in the history