mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Configuration clenup
This commit is contained in:
parent
efccfdc0c6
commit
35d4be5d3e
@ -31,7 +31,7 @@ module.exports = function(grunt) {
|
|||||||
|
|
||||||
var casperEnvironments = {
|
var casperEnvironments = {
|
||||||
'local' : {
|
'local' : {
|
||||||
suite : './test/integration/casperjs/TestSuite.js',
|
suite : './test/integration/casperjs/LocalTestSuite.js',
|
||||||
delay : 50
|
delay : 50
|
||||||
},
|
},
|
||||||
'travis' : {
|
'travis' : {
|
||||||
|
@ -6,7 +6,7 @@ module.exports = function(config) {
|
|||||||
var mapToSrcFolder = function (path) {return ['src', path].join('/');};
|
var mapToSrcFolder = function (path) {return ['src', path].join('/');};
|
||||||
|
|
||||||
var piskelScripts = require('./src/piskel-script-list.js').scripts.map(mapToSrcFolder);
|
var piskelScripts = require('./src/piskel-script-list.js').scripts.map(mapToSrcFolder);
|
||||||
piskelScripts.push('test/**/*.js');
|
piskelScripts.push('test/js/**/*.js');
|
||||||
config.set({
|
config.set({
|
||||||
|
|
||||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||||
@ -23,10 +23,7 @@ module.exports = function(config) {
|
|||||||
|
|
||||||
|
|
||||||
// list of files to exclude
|
// list of files to exclude
|
||||||
exclude: [
|
exclude: [],
|
||||||
'src/js/app.js',
|
|
||||||
'test/integration/**/*.js'
|
|
||||||
],
|
|
||||||
|
|
||||||
|
|
||||||
// preprocess matching files before serving them to the browser
|
// preprocess matching files before serving them to the browser
|
||||||
@ -55,7 +52,7 @@ module.exports = function(config) {
|
|||||||
|
|
||||||
|
|
||||||
// enable / disable watching file and executing tests whenever any file changes
|
// enable / disable watching file and executing tests whenever any file changes
|
||||||
autoWatch: false,
|
autoWatch: true,
|
||||||
|
|
||||||
|
|
||||||
// start these browsers
|
// start these browsers
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "piskel",
|
"name": "piskel",
|
||||||
"main": "./dest/index.html",
|
"main": "./dest/index.html",
|
||||||
"description": "Web based 2d animations editor",
|
"description": "Web based 2d animations editor",
|
||||||
"version": "0.1.1",
|
"version": "0.2.0",
|
||||||
"homepage": "http://github.com/juliandescottes/piskel",
|
"homepage": "http://github.com/juliandescottes/piskel",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user