mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Adapt ghost casperjs config file
This commit is contained in:
parent
fa356c3564
commit
fdcaad9d39
15
Gruntfile.js
15
Gruntfile.js
@ -25,11 +25,8 @@ module.exports = function(grunt) {
|
||||
}
|
||||
},
|
||||
ghost: {
|
||||
test: {
|
||||
files: [{
|
||||
src: ['tests/integration/casperjs/*_test.js']
|
||||
}]
|
||||
},
|
||||
dist: {
|
||||
filesSrc: ['tests/integration/casperjs/*_test.js'],
|
||||
options: {
|
||||
args: {
|
||||
baseUrl: 'http://localhost:' +
|
||||
@ -41,6 +38,14 @@ module.exports = function(grunt) {
|
||||
printFilePaths: true
|
||||
}
|
||||
}
|
||||
/*
|
||||
test: {
|
||||
files: [{
|
||||
src: ['tests/integration/casperjs/*_test.js']
|
||||
}]
|
||||
},
|
||||
*/
|
||||
}
|
||||
});
|
||||
|
||||
grunt.loadNpmTasks('grunt-contrib-connect');
|
||||
|
Loading…
Reference in New Issue
Block a user