Skip to content

Commit a8765ff

Browse files
committed
Build: Only concat when running grunt-watch
1 parent f1c611e commit a8765ff

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

Gruntfile.js

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -130,30 +130,10 @@ grunt.initConfig({
130130
options: {
131131
atBegin: true
132132
},
133-
gruntfile: {
134-
files: "<%= jshint.grunt.src %>",
135-
tasks: [
136-
"jscs:grunt",
137-
"jshint:grunt"
138-
]
139-
},
140133
src: {
141134
files: "<%= jshint.core.src %>",
142135
tasks: [
143-
"jscs:core",
144-
"jshint:core",
145-
"concat",
146-
"qunit"
147-
]
148-
},
149-
test: {
150-
files: [
151-
"<%= jshint.test.src %>",
152-
"test/index.html"
153-
],
154-
tasks: [
155-
"jscs:test",
156-
"jshint:test"
136+
"concat"
157137
]
158138
}
159139
},

0 commit comments

Comments
 (0)