Init
This commit is contained in:
11
theme/js/readme.txt
Normal file
11
theme/js/readme.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
The two JavaScript files at `../../javascript` will be processed by esbuild,
|
||||
and the output files will be created in this folder with `.min.js` extensions.
|
||||
The files `script.min.js` and `block-editor.min.js` are enqueued by default in
|
||||
`../functions.php`.
|
||||
|
||||
If you would like to add new files to be processed by esbuild, add them to the
|
||||
`../../javascript` folder and then add them to the `development:esbuild` key in
|
||||
your `package.json` file.
|
||||
|
||||
DO NOT directly edit `*.min.js` files, as these files are ignored by git and
|
||||
will be overwritten the next time esbuild runs.
|
||||
Reference in New Issue
Block a user