Skip to content

Commit

Permalink
Merge pull request #9 from ciptohadi79/patch-1
Browse files Browse the repository at this point in the history
Update default.html.eco
  • Loading branch information
axyz committed Jun 19, 2014
2 parents 16c476e + e761221 commit b56f7ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/default.html.eco
Expand Up @@ -14,6 +14,6 @@
<body>
<%- @content %>

<%- @getBlock("scripts").add(["bower_components/jquery/jquery.min.js", "bower_components/foundation/js/foundation.min.js","scripts/app.js", "scripts/script.js"]).toHTML() %>
<%- @getBlock("scripts").add(["bower_components/jquery/dist/jquery.min.js", "bower_components/foundation/js/foundation.min.js","scripts/app.js", "scripts/script.js"]).toHTML() %>
</body>
</html>
</html>

0 comments on commit b56f7ec

Please sign in to comment.