Removed ApiGen build process and requirements
This commit is contained in:
parent
d6bd82865c
commit
ea63bb6c7b
15
Gruntfile.js
15
Gruntfile.js
|
@ -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'
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue