Skip to content

Commit

Permalink
Merge b654a6b into 2b516d6
Browse files Browse the repository at this point in the history
  • Loading branch information
PK1A committed Mar 28, 2014
2 parents 2b516d6 + b654a6b commit 83b765f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 31 deletions.
25 changes: 0 additions & 25 deletions build/karma-hsp-preprocessor/index.js

This file was deleted.

5 changes: 0 additions & 5 deletions gruntfile.js
Expand Up @@ -47,11 +47,6 @@ module.exports = function (grunt) {
karma: {
options: {
frameworks: ['mocha', 'expect', 'commonjs', 'sinon'],
plugins: [
// these plugins will be require()-d by Karma
'karma-*',
require('./build/karma-hsp-preprocessor')
],
files: [
'hsp/**/*.js',
'public/test/**/*.spec.*',
Expand Down
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -42,7 +42,9 @@
"expect.js": "0.2.0",
"noder-js": "~1.2.0",
"jquery": "~1.11.0",
"grunt-jscs-checker": "~0.4.0"
"grunt-jscs-checker": "~0.4.0",
"hashspace": "0.0.1",
"karma-hsp-preprocessor": "~0.0.6"
},
"scripts": {
"test": "grunt test",
Expand Down

0 comments on commit 83b765f

Please sign in to comment.