mgpro94
mgpro94
I made some changes to `assets-install.js` in order todo this for my theme sprinkle (AdminLTE v4 [repo here](https://github.com/mgpro94/UF_Sprinkle_AdminLTE)) In my sprinkle I update all the javascript libraries and it's simply...
@Silic0nS0ldier In my case.. I needed to clean the package.json of the core sprinkle to be able to add bootstarp 4 (for AdminLTE Theme). This means the a sprinkle developer...
Package aliases can be great solution.. But.. what about package dependencies? In order to install bootstrap 4 I needed to add popper.js.. If I add a alias to popper.js, the...
This is the [list of packages](https://github.com/mgpro94/UF_Sprinkle_AdminLTE/blob/master/package.json) in order to install AdminLTE v3 Can you try to test them when you finish your work on marge-package-dependencies? btw.. I can help with...