Removed ApiGen build process and requirements

This commit is contained in:
Claudio Sanches 2019-06-25 22:36:03 -03:00
parent d6bd82865c
commit ea63bb6c7b
3 changed files with 8 additions and 2111 deletions

View File

@ -247,13 +247,6 @@ module.exports = function( grunt ) {
stdout: true,
stderr: true
},
apidocs: {
command: [
'vendor/bin/apigen generate -q',
'cd apigen',
'php hook-docs.php'
].join( '&&' )
},
e2e_test: {
command: 'npm run --silent test:single tests/e2e-tests/' + grunt.option( 'file' )
},
@ -295,9 +288,6 @@ module.exports = function( grunt ) {
// Clean the directory.
clean: {
apidocs: {
src: [ 'wc-apidocs' ]
},
blocks: {
src: [
'<%= dirs.js %>/blocks',
@ -439,11 +429,6 @@ module.exports = function( grunt ) {
'copy'
]);
grunt.registerTask( 'docs', [
'clean:apidocs',
'shell:apidocs'
]);
grunt.registerTask( 'contributors', [
'prompt:contributors',
'shell:contributors'

View File

@ -10,8 +10,6 @@
"composer/installers": "1.6.0"
},
"require-dev": {
"apigen/apigen": "4.1.2",
"nette/utils": "2.5.3",
"phpunit/phpunit": "6.5.14",
"woocommerce/woocommerce-sniffs": "0.0.6"
},

2102
composer.lock generated

File diff suppressed because it is too large Load Diff