]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
fix: add back Bower dependencies 11350/head
authorNicolas Coden <nicolas@ncoden.fr>
Mon, 25 Jun 2018 22:55:50 +0000 (00:55 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Mon, 25 Jun 2018 23:07:27 +0000 (01:07 +0200)
commite3979a3dccbd1f525fb66e0bb39e2165ece22c96
treee5798265420ff7d64ee3b27d7ebf411db44ce271
parent5e7143c6048fe582932decbf79005f2251dfd5c3
fix: add back Bower dependencies

Bower dependencies in `bower.json` were removed in #11073 in the migration from Bower to npm.

These dependencies should not have been removed as the Bower package still require `jquery` and `what-input`. Someone installing `foundation-sites` with bower should still have these packages included. We simply don't use Bower anymore in development mode and don't promote its usage in the documentation.

Removing `bower install` commands was sufficiant for this migration and Bower dependencies in `bower.json` were unrelated.

See https://github.com/zurb/foundation-sites/pull/11073
bower.json