yeoman/generator-webapp

Running gulp serve:test browser fails to load mocha library

bishi3000 opened this issue · 1 comments

Hi,

I created a new project, selected the BDD option for testing, however when I run gulp serve:test the test page faile to load the mocha library:

http://localhost:9000/bower_components/mocha/mocha.js

It appears that the path /bower_components is not being served when running gulp serve:test.

I'm using the following versions:

Node: 9.0.0
NPM: 4.1.2
Yo: 2.0.4
gulp: 3.9.1

What am I doing wrong ?

Could you test if the issue persists in v4.0.0-0? Reopen the issue if it does.