This commit is contained in:
grosbouddha
2013-05-27 00:35:12 +02:00
parent 88afff89c9
commit 3b6d5aeea1
2 changed files with 3 additions and 11 deletions

View File

@ -7,7 +7,7 @@ module.exports = function(grunt) {
files: [
'Gruntfile.js',
'package.json',
'source/**/*.js'/*,
'js/**/*.js'/*,
'<%= nodeunit.tests %>'*/
]
},
@ -33,7 +33,7 @@ module.exports = function(grunt) {
options: {
args: {
baseUrl: 'http://localhost:' +
'<%= connect.www.options.port %>/index.html'
'<%= connect.www.options.port %>/'
},
direct: false,
logLevel: 'error',