Re: [slightlyoff/ServiceWorker] service worker not working for localhost (#915)

This is the structure of the code:
--- main_app
    -- app1
    --app2
        --static/js/main.js ( where i am registring my sw.js) ( register('/app2/sw.js',{ scope: '/app2/' })
        -- sw.js
but if i put sw.js in main dir, then it works fine.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/915#issuecomment-226508315

Received on Thursday, 16 June 2016 14:49:42 UTC