Feature #66042
closedLoad web libraries via bower instead of composer
100%
Description
Introduce "bower" as a component dependency management for
loading all JS/CSS related libraries.
This patch introduces bower to install web-related components
into EXT:core/Resources/Contrib/components/ which is excluded
from the Git Repository.
The main LESS file of t3skin, which is currently the only place
where the current third-party library (previously from composer)
were used. The code is adapted accordingly.
The new file .bowerrc holds the information where to install the
components, bower.json contains the dependencies needed.
For more information about bower see http://bower.io.
Updated by Gerrit Code Review over 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38238
Updated by Benni Mack over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 45511360866a979103f8ffb9854ce24ba96a1f1b.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed