corvée(dépendances) ajoute Carbon Fields
This commit is contained in:
parent
135cc65eed
commit
62368587e5
459 changed files with 72750 additions and 26 deletions
9
web/vendor/htmlburger/carbon-fields/bin/paths.js
vendored
Normal file
9
web/vendor/htmlburger/carbon-fields/bin/paths.js
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/**
|
||||
* External dependencies.
|
||||
*/
|
||||
const path = require( 'path' );
|
||||
|
||||
module.exports = {
|
||||
classicBuildPath: path.resolve( __dirname, '..', 'build', 'classic' ),
|
||||
gutenbergBuildPath: path.resolve( __dirname, '..', 'build', 'gutenberg' ),
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue