Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find Underscore, JQuery, or Backbone CDNs #8

Open
rfdickerson opened this issue Jun 24, 2016 · 0 comments
Open

Cannot find Underscore, JQuery, or Backbone CDNs #8

rfdickerson opened this issue Jun 24, 2016 · 0 comments

Comments

@rfdickerson
Copy link
Contributor

I could be wrong, but wanted to file an issue before I submit a PR for a fix. It appears that the index.html file in frontend cannot resolve links to the URLs for various Javascript libraries. The following fix seems to work:

<script src="bower_components/todomvc-common/base.js"></script>
        <script src="https://code.jquery.com/jquery-2.2.4.min.js"   integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="   crossorigin="anonymous"></script>
        <script src="http://underscorejs.org/underscore-min.js"></script>
        <script src="http://backbonejs.org/backbone-min.js"></script>
        <script src="js/models/todo.js"></script>
        <script src="js/collections/todos.js"></script>
        <script src="js/views/todo-view.js"></script>
        <script src="js/views/app-view.js"></script>
        <script src="js/routers/router.js"></script>
        <script src="js/app.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant