Topic: Range styles not showing up properly when building for production
josh.novak pro asked 6 years ago
Range styles show up properly on my local computer, but when I build for production they do not look the same. It seems the MDB styles don't carry over properly. Is there a way to fix this?
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Resolved
Specification of the issue
- ForumUser: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: 6.2.0
- Device: All
- Browser: Chrome
- OS: All
- Provided sample code: No
- Provided link: No
Damian Gemza staff commented 6 years ago
Dear josh.novak, Please provide me with a better description of your problem. What exactly is not working as same as in developer version of your app? Attach some code which you're using and some screenshots of actual behavior. Best Regards, Damianjosh.novak pro commented 6 years ago
Damian, It turns out the code for the range has been changed a bit. The issue is I have the website compiling on the server and I have the node modules already compiled locally so the server version keeps updating to the new version since it uses Git. Is there a way to lock the version using Git via NPM?Arkadiusz Idzikowski staff commented 6 years ago
Dear josh.novak, You can add tag with specific version: https://oauth2:YOUR_TOKEN@git.mdbootstrap.com/mdb/angular/ng-uikit-pro-standard.git#6.2.2 Could you provide any screenshot presenting those differences in styles on dev and prod build? Regards, Arek