[Metronic] Editing KTBootstrap class (bootstrap.js) for NodeJS/Express app
In order to have a fixed toolbar using the Light Header Layout, I realized that I should set data-kt-app-toolbar-fixed="true" inside the initLightHeaderLayout() in views/layout/bootstrap.js.
Should I go ahead and update bootstrap.js file directly or there should be a source file that should be compiled to views/layout/bootstrap.js?
If I go ahead and directly make changes to views/layout/bootstrap.js won"t I have issues if KeenThemes updates the theme and/or bootstrap releases in the future?