Failed to load resource: the server responded with a status of 404 (Not Found)

We get this in all browsers.

https://####################/webix.js.map (## site obfuscated)
Failed to load resource: the server responded with a status of 404 (Not Found)

We are licensed users. We excluded webix_debug.js and webix.js.map from our project. We reference pivot.js and webix.js only.

How do we use the webix.js and pivot.js without any debug info being referenced! The getting started guide has no info. We intact have never used webix_debug.js but it still seems to be referenced somewhere. Very irritating.

without any debug info being referenced

The debug file is requested only when you are open the dev. tools of browser. So there will be no error messages in case of normal usage.

Anyway, you can just delete the comment line at the end of webix.js

//# sourceMappingURL=./webix.js.map

Thank you for the response. Since we have the debugger open all the time the last thing we care to see is any error message in our apps. Issue resolved, thank you again.

Just a note, if you include all files from the package ( including the map file ) into your app, there will be no debug message and dev. tools in a browser will show the original not-compressed code.