The predix-seed ships with a dependency called px/dist/px.min.js
. Looking at the source for px it appears to have something to do with px-deck-selector, as well as timeseries data.
What does px.min.js do? Can we safely remove it if we're not using the deck selector in our application? Will Predix UI timeseries visualizations function without it?
Answer by santosh.sinha@ge.com · Aug 29, 2016 at 11:16 AM
Thank you for your question. px/dist/px.min.js is used on Deck/card. You could remove if you are sure that you are not currently utilizing and have no plans to utilize in future. We do not recommend this to remove. Please follow the documentation.
Ref Links
https://github.com/PredixDev/px-card ; https://github.com/PredixDev/px-sample-cards
Thanks Santosh Sinha