parcel-plugin-cep
parcel-plugin-cep copied to clipboard
Zero configuration CEP extension builder for Parcel
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...
I believe there's an issue with `loadExtendscript()` not finding extendscript files. This is the error I'm getting in the browser from my panel: This is the error in AE: The...
Hey there! I moved the "bundler specific code" into a separate package, hoping we can stop duplicating efforts for the code we use to create the manifest.xml, .debug file, copy...
To resolve issue #8, I add `panelMin*` and `panelMax*` like `panel*` variables.
A `manifest.xml` file can have `MinSize` and `MaxSize` tags in `Geometry` tag like `Size` tag for building resizable extension. Specification is here: [CEP 8#extension-size](https://github.com/Adobe-CEP/CEP-Resources/blob/master/CEP_8.x/Documentation/CEP%208.0%20HTML%20Extension%20Cookbook.md#extension-size), [CEP 9#extension-size](https://github.com/Adobe-CEP/CEP-Resources/blob/master/CEP_9.x/Documentation/CEP%209.0%20HTML%20Extension%20Cookbook.md#extension-size). I want to use...
Hey, I think we should prefix the environment variables to avoid collision, so in stead of `NAME=...` perhaps `EXTENSION_NAME=...` ?