Skip to content

Commit

Permalink
Use path prop instead for grunt-open
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Feb 25, 2013
1 parent 7e8218e commit 462b5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/Gruntfile.js
Expand Up @@ -84,7 +84,7 @@ module.exports = function (grunt) {
},
open: {
server: {
url: 'http://localhost:<%%= connect.options.port %>'
path: 'http://localhost:<%%= connect.options.port %>'
}
},
clean: {
Expand Down

0 comments on commit 462b5a9

Please sign in to comment.