Hi, We recently found some .js/.css.map file errors to OSX Safari console running a MDL project, the errors were like this:
file:///Users/sk/projectA/bin/js-debug/pnelements/js/dialog-polyfill.min.js.map Failed to load resource: The requested URL was not found on this server. file:///Users/sk/projectA/bin/js-debug/pnelements/js/material.min.js.map Failed to load resource: The requested URL was not found on this server. Later, we found corresponding .js.map and .css.map files from these locations: https://getmdl.io/started/index.html#download (material.min.css/js.map) https://cdnjs.com/libraries/dialog-polyfill (dialog-polyfill.min.css/js.map) Soon we added those files to the project the errors were gone but using them breaks FlexJS MDL Material icon usage. <http://apache-flex-development.2333347.n4.nabble.com/file/n61382/Screenshot2.png> In above image you can see the icon for Drawer section turned to unreadable font, as well as the "navigate_next" icon usage also became text only. Thanks! -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-MDL-Using-map-files-breaks-style-in-OSX-Safari-tp61382.html Sent from the Apache Flex Development mailing list archive at Nabble.com.