From 15282acd6e9beb162694bc5f83b791841f69ae8f Mon Sep 17 00:00:00 2001 From: Grant Carthew Date: Tue, 26 Sep 2017 19:50:03 +1000 Subject: [PATCH] Fixed javascript source folder --- docs/pages/javascript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/javascript.md b/docs/pages/javascript.md index c3edc5a4b..f4c476dc5 100644 --- a/docs/pages/javascript.md +++ b/docs/pages/javascript.md @@ -34,7 +34,7 @@ When configuring Babel to work with Foundation, you only need to include the `es ### File Structure -All of Foundation's plugins ship both as importable ES2016 modules, and as individual precompiled "drop in" files, named `foundation.tabs.js`, `foundation.accordion.js`, and so on. These files are also combined into one big file called `foundation.js`, which allows you to get every plugin at once. The precompiled files live in the `dist` folder, while the importable modules live in the `src` folder. +All of Foundation's plugins ship both as importable ES2016 modules, and as individual precompiled "drop in" files, named `foundation.tabs.js`, `foundation.accordion.js`, and so on. These files are also combined into one big file called `foundation.js`, which allows you to get every plugin at once. The precompiled files live in the `dist` folder, while the importable modules live in the `js` folder. If you're not familiar with module bundling, you'll probably want to reference the precompiled files from `dist`. -- 2.47.2