gtbu / Typesetter-5.3-p8

Typesetter 5.2+ with updates and adaptions for php8
http://typesetter5.bplaced.net
GNU General Public License v2.0
11 stars 7 forks source link

bootstrap4-util wrong filename? #9

Closed creisi23 closed 1 year ago

creisi23 commented 1 year ago

In line 571 of include/tool/Output/Combine.php the following file is included: /include/thirdparty/Bootstrap4/js/util.min.js But in include/thirdparty/Bootstrap4/js/ the file is called utils.min.js

gtbu commented 1 year ago

Yes - also in Tp5.2. If Jshrink is active for $scripts then utils.min.js is omitted. The debugger shows no error.....

(I have another problem with scssphp and the Bootstrap4-template : The compiler v1.11.0 is running. But Mr. Krausz has added the vp-mixing vendor prefixes manually (he warns in his upgrading.md of more than 450 manually additions) to the Bootstrap4-scss-files, which is problematic with Bootstrap 5(the solution Crush...). Another problem is that i get errors with px -> rem with v1.11.0 which should not happen in bootstrap4 . Mr. Krausz added for this under 'vendor' a _remix.scss, which doesnt seem to function with the new scss-compiler 1.11.0 So i published a bstrap5-template for waiting users. )