Is it possible to enter paths in the package.manifest file? I have a dir which contains multiple subdirs which all contains javascript files. I don't want to add each file separately, so I would like to add this complete dir including it's subdirectories.
Enter paths in package.manifest
Is it possible to enter paths in the package.manifest file? I have a dir which contains multiple subdirs which all contains javascript files. I don't want to add each file separately, so I would like to add this complete dir including it's subdirectories.
Hi Martijn,
as far as I know there is currently no way to add a path to a folder in the manifest file.
Regards David
Thanks for your reaction. Do you know if there's another way to add multiple files at once?
I'm currently not aware of any. Maybe you can add a master file which then loads all others when it's loaded.
But not sure how this could be solved
Regards David
is working on a reply...