You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
build:
* Use UglifyJS2 instead of jsmin.py.
* Set up package.json and Gruntfile to make it easy to install
necessary packages and run linters, minification and qunit
tests from the command line.
* Update JSHint to latest version.
* The coding style options we were using from JSHint were
deprecated. Using node-jscs instead which is much better
at this (find inconsistencies and fix them).
test:
* Disable test that has always been broken in PhantomJS so
that the build passes and we can enable Travis CI.
libs:
* Update jQuery to v1.8.3
* Update QUnit to v1.14.0
Travis CI:
* Add .travis.yml to enable automatic running of tests after
each commit on submission of pull request on GitHub.
readme:
* Add Travis CI badge.
* Update build instructions.
* Backtick "<major>". It was interpreted as HTML tag instead
of code (became invisible, rendered as "..")
Also:
* Add LICENSE.txt.
Would reduce file size from 2.3kb (current python-jsmin build) to 1.9kb (latest UglifyJS2).
The text was updated successfully, but these errors were encountered: