RE: Adding Custom Javascript to Barebone

Mark Fitzgerald, modified 11 Years ago. Regular Member Posts: 108 Join Date: 10/15/10 Recent Posts
I would like to have some custom javascript that is in my theme added to the list of files that is included in the barebone.jsp file. This worked for me in v6.0, but isn't working for me now in v6.2. Here is what I have in our portal-ext.properties file:

javascript.my.files=\
        custom/UI_scripts.js
javascript.bundle.ids=\
        javascript.my.files,\
        javascript.barebone.files,\
        javascript.everything.files
javascript.bundle.dir[javascript.my.files]=../My_Theme_Base-theme/js
javascript.bundle.dependencies[javascript.barebone.files]=javascript.my.files


Should I be linking things in a different way? Am I missing a property setting?
Gohel Manoj, modified 7 Years ago. New Member Posts: 18 Join Date: 1/29/16 Recent Posts

Hi Mark,

 

I am also facing same issues. Any updates on this.