Skip to content

Commit 1da2800

Browse files
committed
Merge pull request #373 from eddiemonge/patch-test
fix(app): serve files from correct place
2 parents 86aefe5 + fe2bad0 commit 1da2800

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)