Skip to content

Commit fe2bad0

Browse files
committed
fix(app): serve files from correct place
Connect middleware accepts a function. Base accepts an array of files
1 parent c76c702 commit fe2bad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/common/Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ module.exports = function (grunt) {
7575
},
7676
test: {
7777
options: {
78-
middleware: [
78+
base: [
7979
'.tmp',
8080
'test',
8181
'<%%= yeoman.app %>'

0 commit comments

Comments
 (0)