You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.
If you oghliner integrate app/scripts/, then Oghliner tells you to add <script src="app/scripts/offline-manager.js"></script> to your pages when you should actually add <script src="scripts/offline-manager.js"></script>. It should tell you the right thing to add.
Unfortunately this isn't simple in the general case, since Oghliner doesn't necessarily know the root directory of your source files. I suppose we could add a parameter to specify it, although that's almost as cumbersome as manually adjusting the path afterward.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If you
oghliner integrate app/scripts/
, then Oghliner tells you to add<script src="app/scripts/offline-manager.js"></script>
to your pages when you should actually add<script src="scripts/offline-manager.js"></script>
. It should tell you the right thing to add.Unfortunately this isn't simple in the general case, since Oghliner doesn't necessarily know the root directory of your source files. I suppose we could add a parameter to specify it, although that's almost as cumbersome as manually adjusting the path afterward.
The text was updated successfully, but these errors were encountered: