Actions
Task #66108
closedBower component & javascript inclusion cleanup
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2015-03-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The bower components needed for building the development
setup are now downloaded under Build/bower_components,
so no adaption is needed in the bower configuration anymore.
This makes the directory "typo3/" to only contain the necessary
files to deploy the sources at a development machine, as the required
files are copied to typo3/sysext/core/Resources/Public/JavaScript/Contrib
and commited.
Additionally, a README.txt is put in the Contrib/ directory to notify
developers that the files should not be referenced manually.
The prototype.js and bootstrap.js libraries are moved to the Contrib/
directory and their references are changed accordingly.
Actions