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:
15
package.json
15
package.json
@@ -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+"
|
||||
}
|
||||
|
Reference in New Issue
Block a user