Skip to content

Commit ccf05dc

Browse files
Add vale directives around Importmap term
Wrap the Asset architecture section heading and the paragraph containing "Importmap" with vale off/on directives to suppress the Vale spelling error.
1 parent b92bb65 commit ccf05dc

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/development-environment/building_assets.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,19 @@ Bootstrap framework
5252

5353
Mautic uses Bootstrap 3.4.1 for its UI framework. The Bootstrap source files come from the ``twbs/bootstrap-sass`` Composer package and are available for importing in your SCSS files.
5454

55+
.. vale off
56+
5557
Asset architecture
5658
==================
5759

60+
.. vale on
61+
62+
.. vale off
63+
5864
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``.
5965

66+
.. vale on
67+
6068
.. vale off
6169
6270
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/``.

0 commit comments

Comments
 (0)