I’m just getting started learning web programming and have a stupid question.
When I open my Webix app in firefox by pointing it to the html file in my project directory, I get a popup message in the upper right corner that says “Please open sample by http, not as file://”.
How do I host it via http while I am developing the app?
In a regular browser, if an HTML page is opened as file://, it restricts access to external resources.
The checkup for document.location.href is obligatory, does not produce anything except this warning, and appears only in the debug version of the library (which contains a set of similar statements for the most common issues). We highly recommend using this version of Webix during development.
However, it will not appear in the minified (production) version of the script (webix.min.js).