The media folder is no longer in the root directory. Where in Joomla! can/should a third party extension developer put his js and css files? What is recommended?
Labels |
Added:
?
|
Status | New | ⇒ | Discussion |
Category | ⇒ | Repository |
Any stable or update J release will contain the media folder.
It will let any installed extension to add (and keep) there js and css files.
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-08-15 09:10:28 |
Closed_By | ⇒ | astridx |
OK. Thank you.
I see what happend, because we move the files it is no longer in git because it is empty. We should add a .gitkeep file
@astridx I think in
root/media/
because after the setup of the environment mean aftercomposer install
andnpm install
allbuild/
folder files compiled and put inroot/media/
folder.