Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
fix(app): serve files from correct place
Browse files Browse the repository at this point in the history
Connect middleware accepts a function. Base accepts an array of files
  • Loading branch information
eddiemonge committed Sep 17, 2013
1 parent c76c702 commit fe2bad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/common/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module.exports = function (grunt) {
},
test: {
options: {
middleware: [
base: [
'.tmp',
'test',
'<%%= yeoman.app %>'
Expand Down

0 comments on commit fe2bad0

Please sign in to comment.