foundation-cli icon indicating copy to clipboard operation
foundation-cli copied to clipboard

foundation watch not running server (and no dist folder)

Open CorentinGC opened this issue 8 years ago • 4 comments

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

CorentinGC avatar Nov 26 '17 23:11 CorentinGC

+1

ceri-richmond avatar Mar 14 '18 12:03 ceri-richmond

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

holaneph avatar Jul 04 '18 23:07 holaneph

Same issue

diek avatar Jul 08 '18 06:07 diek

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

DanielRuf avatar Oct 15 '19 05:10 DanielRuf