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 problem with unit tests and update jQuery dependency #54

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jan 16, 2015

  1. No such release 2.4.32 exists for uglify-js. Change to latest release…

    … 2.4.16
    Peter Bex committed Jan 16, 2015
    Configuration menu
    Copy the full SHA
    282fba6 View commit details
    Browse the repository at this point in the history
  2. use "xdg-open" instead of "open".

    At least on Debian, "open" is an alias for "openvt", which results in
    the error "Couldn't get a file descriptor referring to the console".
    Peter Bex committed Jan 16, 2015
    Configuration menu
    Copy the full SHA
    9bc1bc2 View commit details
    Browse the repository at this point in the history
  3. Fix jQuery Bower dependency to be less strict.

    The version doesn't matter so much because it doesn't use much core
    functionality.  Tests still all pass with latest jQuery 2.1.3.
    Peter Bex committed Jan 16, 2015
    Configuration menu
    Copy the full SHA
    b2c8399 View commit details
    Browse the repository at this point in the history