Remove NPM processing from the repository
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3553543. --> Reported by: [jurgenhaas](https://www.drupal.org/user/168924) Related to !711 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>The admin theme in core won't require any preprocessing anymore and we can remove all related files and tasks.</p> <ul> <li><del>Remove processing files</del></li> <li><del>Move file from <code>js/</code> to <code>dist/js</code></del></li> <li>Remove <code>media/</code> directory as the used files are in <code>dist/media/</code></li> <li>Remove <code>styles/</code> directory</li> </ul> <p>Once all that is done, we should move the subdirectories from <code>dist/</code> to the top level of the project.</p>
issue