foundation / foundation-cli

The command line installer for Foundation Sites, Emails, Apps.
178 stars 47 forks source link

foundation watch not running server (and no dist folder) #97

Open CorentinGC opened 6 years ago

CorentinGC commented 6 years ago

Hi !

When I run the "foundation watch" (or npm start), the SASS compiler run correctly, but the localhost server don't start. Moreover, no dist folder is created for my project. I tried "foundation watch" / "foundation build" / "npm start" / "npm build".

OS: OS X 10.12.6 Foundation-cli : 2.2.5

ceri-richmond commented 6 years ago

+1

holaneph commented 6 years ago

Hey I have the same issue... has anyone checked out on this?

diek commented 6 years ago

Same issue

DanielRuf commented 5 years ago

The start script is meant for local development and will not create a dist folder but start a testserver on localhost:8080.

https://github.com/foundation/foundation-cli/blob/master/lib/commands/watch.js#L26

See also https://github.com/foundation/foundation-sites-template/blob/master/gulpfile.js#L26