Created
October 17, 2012 07:21
-
-
Save smaboshe/3904188 to your computer and use it in GitHub Desktop.
Suggested changes to the way Javascript assets are named in ZURB Foundation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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