sulu / skeleton

Project template for starting your new project based on the Sulu content management system
https://sulu.io
MIT License
261 stars 81 forks source link

Move project specific javascript code into separate app.js file #132

Closed alexander-schranz closed 3 years ago

alexander-schranz commented 3 years ago
Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets fixes #issuenum
Related issues/PRs #issuenum
License MIT
Documentation PR sulu/sulu-docs#prnum

What's in this PR?

Add new app.js which should be used to add custom js and add custom imports to it.

Why?

Improve sulu update for custom JS

niklasnatter commented 3 years ago

Related to https://github.com/sulu/sulu/pull/6183