Skip to content

Instantly share code, notes, and snippets.

@tjFogarty
Created October 17, 2014 11:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tjFogarty/f7f5590bc1f303552bfb to your computer and use it in GitHub Desktop.
Save tjFogarty/f7f5590bc1f303552bfb to your computer and use it in GitHub Desktop.
Browserify main entry point example
$(document).ready(function () {
require('./modules/foundation');
require('./modules/foundation-media-queries');
require('./modules/slider');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment