JulienBernard / starter-laravel-angular-foundation

Laravel 5 and AngularJS 1.3 starter kit featuring Foundation 5.5!
GNU General Public License v2.0
35 stars 6 forks source link

JS error #3

Open rdeelstra opened 9 years ago

rdeelstra commented 9 years ago

Uncaught TypeError: Cannot read property 'document' of undefined signup:40 Uncaught TypeError: $(...).foundation is not a function

I also received this error with gulp: [BABEL] Note: The code generator has deoptimised the styling of "/Applications/XAMPP/xamppfiles/htdocs/laravel/starter-laravel-angular-foundation/resources/assets/js/libs/all.js" as it exceeds the max of "100KB".

JulienBernard commented 9 years ago

Hi rdeelstra,

What did you do exactly? Did you install all the requirements?

rdeelstra commented 9 years ago

Hi Julien, I followed your installation instructions. Everything went fine except the notice at gulp.

JulienBernard commented 9 years ago

Ok.

When I have some free time, I'll take a look on this, thanks for the feedback.