-
- Downloads
Scaffold build process using wp-scripts
parent
be659782
No related branches found
No related tags found
This commit is part of merge request !14. Comments created here will be created in the context of that merge request.
Showing
- .distignore 2 additions, 0 deletions.distignore
- .gitattributes 2 additions, 0 deletions.gitattributes
- assets/build/index.asset.php 1 addition, 0 deletionsassets/build/index.asset.php
- assets/build/index.js 0 additions, 0 deletionsassets/build/index.js
- assets/src/index.js 1 addition, 0 deletionsassets/src/index.js
- assets/src/js/index.js 0 additions, 0 deletionsassets/src/js/index.js
- package-lock.json 28327 additions, 1448 deletionspackage-lock.json
- package.json 17 additions, 0 deletionspackage.json
- webpack.config.js 10 additions, 0 deletionswebpack.config.js
assets/build/index.asset.php
0 → 100644
assets/build/index.js
0 → 100644
assets/src/index.js
0 → 100644
assets/src/js/index.js
0 → 100644
Source diff could not be displayed: it is too large. Options to address this: view the blob.
{ | { | ||
"name": "external-permalinks-redux", | "name": "external-permalinks-redux", | ||
"version": "0.1.0", | "version": "0.1.0", | ||
"description": "Allows you to point WordPress objects (posts, pages, custom post types) to a URL of your choosing.", | |||
"main": "Gruntfile.js", | "main": "Gruntfile.js", | ||
"author": "Erick Hitter", | "author": "Erick Hitter", | ||
"devDependencies": { | "devDependencies": { | ||
"@wordpress/scripts": "^23.2.0", | |||
"grunt": "^1.5.3", | "grunt": "^1.5.3", | ||
"grunt-wp-i18n": "^1.0.3", | "grunt-wp-i18n": "^1.0.3", | ||
"grunt-wp-readme-to-markdown": "^2.1.0" | "grunt-wp-readme-to-markdown": "^2.1.0" | ||
}, | |||
"scripts": { | |||
"build": "wp-scripts build", | |||
"check-engines": "wp-scripts check-engines", | |||
"check-licenses": "wp-scripts check-licenses", | |||
"format": "wp-scripts format", | |||
"grunt": "grunt", | |||
"lint:css": "wp-scripts lint-style", | |||
"lint:js": "wp-scripts lint-js", | |||
"lint:md:docs": "wp-scripts lint-md-docs", | |||
"lint:pkg-json": "wp-scripts lint-pkg-json", | |||
"packages-update": "wp-scripts packages-update", | |||
"start": "wp-scripts start", | |||
"test:e2e": "wp-scripts test-e2e", | |||
"test:unit": "wp-scripts test-unit-js" | |||
} | } | ||
} | } |
webpack.config.js
0 → 100644
Please register or sign in to comment