PolymerElements / app-storage

Data-pipes and specialized services
61 stars 47 forks source link

Adding app-indexeddb-mirror-worker.js causes site not to render. Solved. #56

Closed craftyc0der closed 8 years ago

craftyc0der commented 8 years ago

Adding the require javascript file to my main polymer shell element causes the site to not render. <script src="../bower_components/app-storage/app-indexeddb-mirror/app-indexeddb-mirror-worker.js">

Solution: Add the javascript file from the main index.html. <script src="/bower_components/app-storage/app-indexeddb-mirror/app-indexeddb-mirror-worker.js">