Skip to content

Commit df3ae21

Browse files
committed
Remove unused code
1 parent 011b8b1 commit df3ae21

File tree

3 files changed

+0
-24
lines changed

3 files changed

+0
-24
lines changed

Gruntfile.js

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -163,21 +163,6 @@ module.exports = function (grunt) {
163163
jshintrc: true,
164164
},
165165
},
166-
"regex-check": {
167-
files: [
168-
"*.md",
169-
"src/*.js",
170-
"src/*/*.js",
171-
"test/*.js",
172-
"test/*.html",
173-
"test/*/*.js",
174-
"test/*/*.html",
175-
"test/*/*/*.js",
176-
],
177-
options: {
178-
pattern: /FIXME/g,
179-
},
180-
},
181166
});
182167

183168
grunt.loadNpmTasks("grunt-contrib-concat");
@@ -188,7 +173,6 @@ module.exports = function (grunt) {
188173
grunt.loadNpmTasks("grunt-contrib-cssmin");
189174
grunt.loadNpmTasks("grunt-contrib-csslint");
190175
grunt.loadNpmTasks("grunt-contrib-clean");
191-
grunt.loadNpmTasks("grunt-regex-check");
192176
grunt.loadNpmTasks("grunt-shell");
193177
grunt.loadNpmTasks("grunt-browserify");
194178
grunt.loadNpmTasks("grunt-umd");
@@ -241,6 +225,5 @@ module.exports = function (grunt) {
241225
"build",
242226
"shell:smokeTestLoader",
243227
"shell:smokeTestBundle",
244-
"regex-check",
245228
]);
246229
};

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
@@ -39,7 +39,6 @@
3939
"grunt-contrib-jasmine": "^3.0.0",
4040
"grunt-contrib-jshint": "^1.1.0",
4141
"grunt-contrib-watch": "^1.1.0",
42-
"grunt-regex-check": "~0.1.9",
4342
"grunt-shell": "^2.1.0",
4443
"grunt-umd": "~2.3.3",
4544
"jasmine-core": "^3.8.0",

0 commit comments

Comments
 (0)