Hi Team,
Can you please provide me some documentation or reference to minify flexmonster.js and concate with our js. as we are maintaining one js across our app.
As by adding to one js, we are facing references issue like flexmonster.toolbar or CSS is missing.
Thanks
Rudra
Hello Rudra Kumar Ganta,
Thank you for your question. We recommend getting the full flexmonster.js library from the npm: https://www.npmjs.com/package/flexmonster. The flexmonster.full.js
file contains all the necessary dependencies except .CSS . You will either need to add .CSS file to your HTML page explicitly or to include it into your .CSS file.
Please let us know if it solves the case.
Regards,
Dmytro
Thanks Dmytro. it was helpful.