Bug #26858
Analyze JS file for jQuery depencies fails
| Status: | Resolved | Start date: | 2011-05-17 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Juergen Furrer | % Done: | 100% |
|
| Category: | - | Spent time: | 0.50 hour | |
| Target version: | - | Estimated time: | 0.50 hour | |
| Votes: | 0 |
Description
Dear Juergen,
We at Netcreators (www.netcreators.nl) make quite extensive use of T3jQuery, with considerable succes, I might add.
In a TYPO3 4.4.7 site with T3jQuery 1.10.0 however I am not able to analyze an uncompressed JS file for jQuery depencies.
I only get the message File is either not ending in .js or file is compressed with Packer!
I even get this message when trying to analyze EXT:jfmulticontent/res/script.js.
Am I doing something stupid, or?
Could you please shed your light on this?
Thanks in advance,
Ton Akveld
ton@netcreators.com
History
Updated by Juergen Furrer about 2 years ago
- Status changed from New to Accepted
- % Done changed from 0 to 100
- Estimated time set to 0.50
Updated by Juergen Furrer about 2 years ago
- Status changed from Accepted to Resolved
Updated by Ton Akveld about 2 years ago
Dear Juergen,
The problem alas still persists.
Would you be so kind to take another look?
Thanks in advance,
Ton Akveld
ton@netcreators.com
Updated by Juergen Furrer about 2 years ago
This will be fixed in the next version, the next version will be available in some weeks.
If you like, you can download the trunk of svn.typo3.org
But this Error is just happened, because the $( and jQuery( funktions does not fit to jQuery.
If you dont use jQuery UI in your script, there will be no depencies (the only depency is jQuery and jQuery Lib will be selected in any case)
Updated by Ton Akveld about 2 years ago
Thanks for the reply!