moklick / generator-leaflet

Leaflet Yeoman Generator. Helps you to get started with your next map application.
http://leaf-gen.moritzklack.com/
41 stars 3 forks source link

leaflet js and css not loading #6

Closed eczajk1 closed 9 years ago

eczajk1 commented 9 years ago

I am still new to a lot of this, but after I run yo and gulp watch, none of the leaflet stuff gets copied to "app/lib/", which is where index.html says it should be.

I included only jQuery in my app.

moklick commented 9 years ago

Hey! After running gulp watch, you should see a running version at http://localhost:9000. I am not sure right now, but maybe you just have to run gulp before. I can check it tomorrow if it's still not working for you.

eczajk1 commented 9 years ago

Yeah ... i'm not sure what I was doing wrong before. Thanks!