Heads-up: we’re running into a case-sensitivity gl...
# suitecommerce
m
Heads-up: we’re running into a case-sensitivity glitch after the latest release: • All extensions list vendor: Folio3 (capital F), but the theme’s vendor is folio3 (lower-case f) • When we run
gulp extension:deploy
, files land in
SuiteScript/Deploy_Extensions/folio3/Extension_Name
instead of
.../Folio3/...
• Bumping the extension version from 1.0.0 → 1.0.1 in
manifest.json
made activation pass and put most files in the correct
Folio3
folder—except the services files, which still dropped under
folio3
and had to be moved manually Has anyone else hit this upper/lower-case vendor issue? Any clues on what changed in the latest release or a cleaner fix?