We have a Liferay portlet application with many different portlets deployed.
If have a single portlet that needs a static .js file served how can I add this to only the portlet in question?
Previously we had added .css/ and .js files included by portlets to the theme. In this case only one portlet needs this file. Is it possible to include this file and serve it statically within a .war deployed for a single portlet?