npm - 'foundation watch' in Foundation 6 not serving project files -
i've installed zurb foundation 6 after having used past versions of foundation thru years.
npm install -g foundation-cli i ran commands outlined in getting started:
foundation new // website (foundation sites) // project-name // basic template: includes sass compiler the project directory created, then:
cd project-name foundation watch and result is:
$ foundation watch > foundation-sites-template@1.0.0 start /project-name > gulp [19:28:34] using gulpfile ~/documents/test-foundation-6/gulpfile.js [19:28:34] starting 'sass'... [19:28:35] finished 'sass' after 1.26 s [19:28:35] starting 'default'... [19:28:35] finished 'default' after 11 ms at point nothing else happens - there no errors. i've opened localhost:8080, few other ports no pages loading. if open index.html file directly in browser renders fine.
i tried foundation build no /build directory created.
i read in places there issues if past (gem) version of foundation installed, went through steps uninstall gem (gem uninstall foundation) install via npm again. same result before.
any ideas on why foundation watch isn't working?
can try npm start,please ? maybe works.
Comments
Post a Comment