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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | zurb-foundation_no-bowerrc_2671396-1-8.0.3.patch | 187 bytes | evanjenkins |
Comments
Comment #2
evanjenkins commentedRolled a patch
Comment #4
samuel.mortensonWhile I didn't see this, I think I understand the issue and the change looks good. Committed to 8.x-6.x-dev, thanks!
Comment #5
kevinquillen commentedFYI, 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.
Comment #7
kevinquillen commented