You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
thanks again for your great starter theme! Most of my projects rely on you ;)
so here's a question hunting me ever since...which files in the js folder are essential for the theme to run? I manually sync the files from the theme folder to the dev server and everytime I'm not entirely sure which JS files to sync. Avoiding waste is one of my principles ;)
thanks for a short answer!
bye
timo
The text was updated successfully, but these errors were encountered:
Have a look at Zurb's Documentation If you're not using components marked JS then you don't need any javascript files [essentially just the grid layout, media queries, panels and buttons]
If you're using components with javascript behaviours, then you need jQuery, Modernizr, and the Foundation JS files. Plus you also need to initialise Foundation. The last two bits are concatenated together by Grunt to create js/app.js. The source files for that concatenation are:
Hi Ole,
thanks again for your great starter theme! Most of my projects rely on you ;)
so here's a question hunting me ever since...which files in the js folder are essential for the theme to run? I manually sync the files from the theme folder to the dev server and everytime I'm not entirely sure which JS files to sync. Avoiding waste is one of my principles ;)
thanks for a short answer!
bye
timo
The text was updated successfully, but these errors were encountered: