From 640028ef0d3bf188633078e4aa059674d48efe94 Mon Sep 17 00:00:00 2001 From: strainger Date: Fri, 7 Apr 2017 12:19:57 -0500 Subject: [PATCH] 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pages/installation.md b/docs/pages/installation.md index f1037cf77..e80f69922 100644 --- a/docs/pages/installation.md +++ b/docs/pages/installation.md @@ -101,9 +101,9 @@ Start with this HTML template and adapt it to your needs. Be sure to include the

Hello, world!

- - - + + + -- 2.47.2