In the STARTER theme the gulpfile is looking for import paths in `bower_components`. Running an `bower install` puts them in `public/lib` directory. Correct me if I am wrong but adding a .bowerrc should fix this.

Comments

evanjenkins created an issue. See original summary.

evanjenkins’s picture

Rolled a patch

samuel.mortenson’s picture

Status: Active » Fixed

While I didn't see this, I think I understand the issue and the change looks good. Committed to 8.x-6.x-dev, thanks!

kevinquillen’s picture

FYI, I also updated the bowerrc file to ignore jQuery on install coming down from the Foundation dependency tree when running 'bower install'. Drupal 8 contains jQuery 2.1.4 so there is no need to grab it.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

kevinquillen’s picture