Skip to content

Draft: Makefile: list all Bootstrap bundle JS files one by one

Josef Schlehofer requested to merge duplicated-files into master

It seems that the previous solution does not work properly and it failed with the following output:

install: cannot stat 'bootstrap.bundle.{js,js.map,min.js,min.js.map}': No such file or directory

And stating one by one these files, which we need seems to work


I think there should be a different proper solution.

Merge request reports