At first download "Foundation 6" into the "<project folder>/public" folder. "Foundation 6" installation can be done in several ways, Here I choose the npm installation because it will be easier to install "Grunt" & other related modules to install other related modules for
- Compile
scss . - Minify
css . - Concatenate javascript.
- Minify Javascript.
The best way to manage locally installed npm packages is to create a package
To create the "package
$ npm install foundation-sites --save
It will install "Foundation 6" into the "<project folder>/public/node_modules/foundation-sites" folder.
Now you just need to edit just only a single file.
Open the "<project folder>module/Application/view/layout/layout
Chang the following line
<
->
->
->
?>
<
->
->
?>
And
<
->
->
?>
Into
<
->
->
?>
Finally, add the following code before the end of the </body> tag.
<