]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
Scripts in HTML Starter Template linked wrong 9936/head
authorstrainger <strainger@users.noreply.github.com>
Fri, 7 Apr 2017 17:19:57 +0000 (12:19 -0500)
committerGitHub <noreply@github.com>
Fri, 7 Apr 2017 17:19:57 +0000 (12:19 -0500)
commit640028ef0d3bf188633078e4aa059674d48efe94
treeab53d6970bc19728ed43bd56c13593ad3a1e2598
parent27fdd86942168116a0d4c057b1e35ccb82a4af85
Scripts in HTML Starter Template linked wrong

The links in the starter template were linked wrong, jquery.min.js doesn't exist in the CSS only download, but jquery.js does, same with the what-input script, it does not have a min version in the CSS download, only a version without min. The file foundation.min.js exists but it is in the vendor folder, not directly in the js folder. After fixing these three links in the starter template, everything I try is now working as expected.

This starter template should link everything correctly so everything works. I actually was looking at other frameworks because I couldn't get all that I wanted to run working, this was why. I went back to my old Foundation code and everything is working perfectly. This template may just be old code from a previous version of foundation when the file structure was different.

This fix will help new people to this framework learn and stay with Foundation.
docs/pages/installation.md