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

Static path fixes #4868

Merged
merged 2 commits into from
Jan 25, 2014
Merged

Static path fixes #4868

merged 2 commits into from
Jan 25, 2014

Commits on Jan 24, 2014

  1. check the static path for build and install locations

    allows packages to run the tests during package build and install time
    where the two file locations might be split.
    juliantaylor committed Jan 24, 2014
    Configuration menu
    Copy the full SHA
    c25f552 View commit details
    Browse the repository at this point in the history
  2. use DEFAULT_STATIC_FILES_PATH to find css files

    get_ipython_package_dir() does not necessarily contain the files, e.g.
    in distribution packages which share files with python3 in a different
    folder.
    juliantaylor committed Jan 24, 2014
    Configuration menu
    Copy the full SHA
    7d9f8d9 View commit details
    Browse the repository at this point in the history