Skip to content

Commit 97ff276

Browse files
Add Importmap to Vale vocabulary and remove vale directives
Add "Importmap" to the Vale accept.txt vocabulary file since it's a standard web/Symfony technical term. Remove the vale off/on statements that were wrapping references to Importmap in the building_assets.rst documentation.
1 parent ccf05dc commit 97ff276

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

.github/styles/config/vocabularies/Mautic/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ HTTPS
7676
HubSpot
7777
IDP
7878
IMAP
79+
Importmap
7980
infographics
8081
Initialisms
8182
initialisms

docs/development-environment/building_assets.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,6 @@ Asset architecture
5959

6060
.. vale on
6161
62-
.. vale off
63-
6462
Mautic uses Symfony Asset Mapper and Importmap for managing frontend JavaScript modules. The Asset Mapper configuration lives in ``app/config/config.php`` and the import map in ``importmap.php``.
6563

66-
.. vale on
67-
68-
.. vale off
69-
7064
Compiled CSS outputs to ``var/sass/``. Asset Mapper serves it through Symfony's asset system in development. Production builds copy finalized assets to ``media/css/``.
71-
72-
.. vale on

0 commit comments

Comments
 (0)