Skip to content

Instantly share code, notes, and snippets.

@smaboshe
Created October 17, 2012 07:21
Show Gist options
  • Select an option

  • Save smaboshe/3904188 to your computer and use it in GitHub Desktop.

Select an option

Save smaboshe/3904188 to your computer and use it in GitHub Desktop.
Suggested changes to the way Javascript assets are named in ZURB Foundation
The assets are already packaged in a folder called "foundation" and it is understood that jQuery is being used. So, I suggest the following updates to the names of the javascript asset files:
app.js --> app.js
jquery.foundation.accordion.js --> accordion.js
jquery.foundation.alerts.js --> alerts.js
jquery.foundation.buttons.js --> buttons.js
jquery.foundation.forms.js --> forms.js
jquery.foundation.mediaQueryToggle.js --> mediaQueryToggle.js
jquery.foundation.navigation.js --> navigation.js
jquery.foundation.orbit.js --> orbit.js
jquery.foundation.reveal.js --> reveal.js
jquery.foundation.tabs.js --> tabs.js
jquery.foundation.tooltips.js --> tooltips.js
jquery.foundation.topbar.js --> topbar.js
jquery.js --> jquery.js
jquery.offcanvas.js --> offcanvas.js
jquery.placeholder.js --> placeholder.js
modernizr.foundation.js --> modernizr.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment