Firefox not loading polymer vulcanized files

122 Views Asked by At

I know firefox doesnt support HTML link import , but it was supossed to work If I included the webcomponents library. Either way , its not working , firefox doesnt throw any errors but It refuses to load any file inside the vulcanized html file

    <script src="/static/bower_components/webcomponentsjs/webcomponents-lite.js"></script>
    <link rel="import" href="/static/vulcanize/base.html">

There is not way to import an HTML file on firefox ? Can I solve this error using a different approach ?

0

There are 0 best solutions below