Skip to content

Commit ab58deb

Browse files
author
patched.codes[bot]
committed
Patched /tmp/tmpg79dc18j/public/bower_components/file-input/gruntfile.js
1 parent 01ccd03 commit ab58deb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/bower_components/file-input/gruntfile.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ function config(name) {
66
module.exports = function(grunt) {
77
grunt.initConfig({
88
pkg: grunt.file.readJSON("package.json"),
9-
jshint: config("jshint"),
10-
karma: config("karma")
9+
jshint: require("./grunt_tasks/jshint.js"),
10+
karma: require("./grunt_tasks/karma.js")
1111
});
1212

1313
grunt.loadNpmTasks("grunt-contrib-jshint");
1414
grunt.loadNpmTasks("grunt-karma");
1515

1616
grunt.registerTask("default", ["jshint", "karma:dev"]);
1717
grunt.registerTask("travis", ["jshint", "karma:travis"]);
18-
};
18+
};

0 commit comments

Comments
 (0)