Forum Discussion
_anomDiebolt_
8 years agoQrew Elite
Maybe one of these URLs is what you want:
https://login.quickbase.com/js/mustache-0.5.0.js
https://assets.quickbasecdn.net/res/75807-10/js/mustache-0.5.0.js
Note the CDN URL has a release number in it (75807-10) and will eventually go stale as QuickBase pushes out new releases. This is why some of my demos break over time. It might be better to pull the library (1) from a code page where you can completely control the library version or (2) from a public CDN whose URL does not change.
https://login.quickbase.com/js/mustache-0.5.0.js
https://assets.quickbasecdn.net/res/75807-10/js/mustache-0.5.0.js
Note the CDN URL has a release number in it (75807-10) and will eventually go stale as QuickBase pushes out new releases. This is why some of my demos break over time. It might be better to pull the library (1) from a code page where you can completely control the library version or (2) from a public CDN whose URL does not change.