Actions
Feature #66042
closedLoad web libraries via bower instead of composer
Status:
Closed
Priority:
Should have
Assignee:
Category:
Miscellaneous
Target version:
Start date:
2015-03-26
Due date:
% Done:
100%
Estimated time:
PHP Version:
5.5
Tags:
Complexity:
medium
Sprint Focus:
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.
Actions