Actions
Feature #48793
closedAdd javascriptLibs to contatenated javascript
Start date:
2013-06-03
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
I tried to minify the amount of javascript-files directly included in my website and discovered, that if I add jQuery, using the following TypoScirpt, it is not concatenated together with the other javascript files:
javascriptLibs { jQuery = 1 jQuery { version = 1.8.2 noConflict = 0 } }
For me, this should be concatenated, because it's a local file.
Currently I work around this issue by manually including the js-file in the includeJS array.
Updated by Mathias Schreiber almost 10 years ago
- Target version changed from 6.2.0 to 7.2 (Frontend)
Actions