We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0e83b commit 44fc512Copy full SHA for 44fc512
Gruntfile.js
@@ -39,7 +39,6 @@ module.exports = function (grunt)
39
files: ['test/index.html']
40
},
41
jshint: {
42
- files: ['<%= pkg.folders.dist %>/jquery.steps.js'],
43
options: {
44
curly: true,
45
eqeqeq: true,
@@ -55,8 +54,9 @@ module.exports = function (grunt)
55
54
jQuery: true,
56
$: true,
57
console: true
58
- },
+ }
59
+ files: ['<%= pkg.folders.dist %>/jquery.steps.js'],
60
test: {
61
62
globals: {
0 commit comments