From: Grant Carthew Date: Tue, 26 Sep 2017 09:50:03 +0000 (+1000) Subject: Fixed javascript source folder X-Git-Tag: v6.4.4-rc1~2^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10681%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fixed javascript source folder --- 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`.