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 = {
|
||||
'local' : {
|
||||
suite : './test/integration/casperjs/TestSuite.js',
|
||||
suite : './test/integration/casperjs/LocalTestSuite.js',
|
||||
delay : 50
|
||||
},
|
||||
'travis' : {
|
||||
|
@ -6,7 +6,7 @@ module.exports = function(config) {
|
||||
var mapToSrcFolder = function (path) {return ['src', path].join('/');};
|
||||
|
||||
var piskelScripts = require('./src/piskel-script-list.js').scripts.map(mapToSrcFolder);
|
||||
piskelScripts.push('test/**/*.js');
|
||||
piskelScripts.push('test/js/**/*.js');
|
||||
config.set({
|
||||
|
||||
// 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
|
||||
exclude: [
|
||||
'src/js/app.js',
|
||||
'test/integration/**/*.js'
|
||||
],
|
||||
exclude: [],
|
||||
|
||||
|
||||
// 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
|
||||
autoWatch: false,
|
||||
autoWatch: true,
|
||||
|
||||
|
||||
// start these browsers
|
||||
|
@ -3,7 +3,7 @@
|
||||
"name": "piskel",
|
||||
"main": "./dest/index.html",
|
||||
"description": "Web based 2d animations editor",
|
||||
"version": "0.1.1",
|
||||
"version": "0.2.0",
|
||||
"homepage": "http://github.com/juliandescottes/piskel",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user