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 class naming, path resolution, and broken tests on Windows #49

Closed
wants to merge 4 commits into from

Commits on Nov 11, 2015

  1. Fixed Windows issues: broken class naming (_absolute_path_to_file ins…

    …tead of _relative_path_to_file) and broken path resolution ("composes" didn't work)
    Nathan Reid committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    b8f976d View commit details
    Browse the repository at this point in the history
  2. All tests except for "test-cases should compose node module" are work…

    …ing on Windows and Mac.
    Nathan Reid committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    0457645 View commit details
    Browse the repository at this point in the history
  3. updated expected css & tokens for test "should compose node module" t…

    …o better reflect the path to the imported style
    Nathan Reid committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    8247670 View commit details
    Browse the repository at this point in the history
  4. replace path.isAbsolute with sindresorhus/path-is-absolute ponyfill f…

    …or old versions of Node
    Nathan Reid committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    2ef5e57 View commit details
    Browse the repository at this point in the history