mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Make grunt-casperjs smoketest work 1
This commit is contained in:
@ -19,7 +19,7 @@ module.exports = function(grunt) {
|
||||
connect: {
|
||||
www: {
|
||||
options: {
|
||||
base: 'piskel',
|
||||
base: '.',
|
||||
port: 4545
|
||||
}
|
||||
}
|
||||
@ -33,7 +33,7 @@ module.exports = function(grunt) {
|
||||
options: {
|
||||
args: {
|
||||
baseUrl: 'http://localhost:' +
|
||||
'<%= connect.www.options.port %>/'
|
||||
'<%= connect.www.options.port %>/index.html'
|
||||
},
|
||||
direct: false,
|
||||
logLevel: 'error',
|
||||
|
Reference in New Issue
Block a user