Added Robo build script

Created tasks for building and testing using Robo build environment, installed via Composer. This is supposed to replace Gulp as default build tool and makes NPM obsolete.
This commit is contained in:
2018-01-02 20:07:26 +01:00
parent 2d5dde9664
commit 14a6387218
4 changed files with 508 additions and 118 deletions

View File

@@ -3,18 +3,5 @@
"version": "1.0.0-alpha",
"description": "A simple Liveticker for Wordpress.",
"author": "Stefan Kalscheuer",
"license": "GPL-2.0+",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-copy": "^1.0.1",
"gulp-zip": "^4.0.0",
"gulp-composer": "^0.4.4",
"gulp-phpunit": "^0.24.1",
"gulp-phpcs": "^2.1.0",
"gulp-clean-css": "^3.9.0",
"gulp-minify": "^2.1.0",
"child_process": "^1.0.2",
"yargs": "^10.0.3"
}
"license": "GPL-2.0+"
}