Remove an erroneous npm-debug.log, disable failing test

Driveby fix: fix a few linter warnings and actually have CI linting things.
This commit is contained in:
impinball 2016-03-02 13:44:42 -05:00
parent 17acef768f
commit 55b99dd0e2
9 changed files with 136 additions and 145 deletions

View file

@ -367,7 +367,7 @@ module.exports = function (grunt) { // eslint-disable-line
grunt.loadNpmTasks("grunt-mocha-phantomjs")
grunt.registerTask("build", [
//"lint",
// "lint",
"test",
"uglify",
"zip",