Foundation-for-Jekyll-sites / jekyll-foundation

Start your Jekyll (v3) project with Zurb Foundation for Sites (v6, sass).
MIT License
179 stars 64 forks source link

Foundation.MediaQuery undefined in all.js #4

Closed dianafaye17 closed 8 years ago

dianafaye17 commented 8 years ago

Foundation.MediaQuery is undefined in all.js. It gives a Chrome console error message that reads:
Uncaught TypeError: Cannot read property '_init' of undefinedfoundation @ all.js:5(anonymous function) @ all.js:5

core77 commented 8 years ago

That's right.

You have to uncomment the JavaScript you need for your project in PATHS.javascript in the gulpfile. Then the error doesn't occure.

dianafaye17 commented 8 years ago

Ah, thank you so much.

On Thu, Dec 17, 2015 at 3:04 AM, Chris Orendi notifications@github.com wrote:

That's right.

You have to uncomment the JavaScript you need for your project in PATHS.javascript in the gulpfile. Then the error doesn't occure.

— Reply to this email directly or view it on GitHub https://github.com/core77/jekyll-foundation/issues/4#issuecomment-165388690 .