Skip to content

Commit 9461b63

Browse files
committed
Removed unused code
1 parent cd9d923 commit 9461b63

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed

Gruntfile.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -204,20 +204,13 @@ module.exports = function (grunt) {
204204
jshintrc: true,
205205
},
206206
},
207-
"regex-check": {
208-
files: ["src/*", "test/**/*.html", "test/**/*.js"],
209-
options: {
210-
pattern: /FIXME/g,
211-
},
212-
},
213207
});
214208

215209
grunt.loadNpmTasks("grunt-contrib-concat");
216210
grunt.loadNpmTasks("grunt-contrib-connect");
217211
grunt.loadNpmTasks("grunt-contrib-jasmine");
218212
grunt.loadNpmTasks("grunt-contrib-jshint");
219213
grunt.loadNpmTasks("grunt-contrib-uglify");
220-
grunt.loadNpmTasks("grunt-regex-check");
221214
grunt.loadNpmTasks("grunt-contrib-watch");
222215
grunt.loadNpmTasks("grunt-contrib-clean");
223216
grunt.loadNpmTasks("grunt-browserify");
@@ -229,7 +222,7 @@ module.exports = function (grunt) {
229222
"browserify:inlineresources",
230223
]);
231224

232-
grunt.registerTask("test", ["jshint", "connect", "jasmine", "regex-check"]);
225+
grunt.registerTask("test", ["jshint", "connect", "jasmine"]);
233226

234227
grunt.registerTask("build", [
235228
"concat:one",

package-lock.json

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"grunt-contrib-jshint": "^3.1.1",
4242
"grunt-contrib-uglify": "^5.0.1",
4343
"grunt-contrib-watch": "^1.1.0",
44-
"grunt-regex-check": "^0.1.9",
4544
"grunt-umd": "^3.0.0",
4645
"imagediff": "git://github.com/HumbleSoftware/js-imagediff.git#5edce005fe",
4746
"jasmine-core": "^4.0.0",

0 commit comments

Comments
 (0)