Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
If you are not seeing your changes...
-
Many users have had trouble with not seeing their changes in the browser. If you have set up your file structure correctly it may be that you need to clear your browsers cache and do a hard refresh. This is a common issue is web development.
Here are some shortcuts to do so:
If you are using google chrome you can have you developer tools open and check the box that says 'Disable Cache' under the network tab. Now when you refresh the page with the dev tools open it will load a fresh copy of all source files. Ctrl+F5 is reported to work as well
If you are using Safari I find that you can do a cmd+opt+e to clear cache before hitting cmd+r to reload the page and it will do the same.