How do you convert the contents of a bundled and minified .js file to something I can read and edit ?
I found https://beautifier.io/ is that all I need to do or will that cause more problems ?
Last night I downloaded my solution from GitHub and couldn't complete the npm run create-bundles action
[23:16:51] Error: File not found with singular glob: C:/DEVL/Proof of Concept/src/POCDemo.Web.Mvc/node_modules/ion-rangeslider/css/ion.rangeSlider.skinFlat.css (if this was purposeful, use allowEmpty
option)
Got back to work and of course the files in question are where it should be.
So GitHub misses some files which I have no problems with. Running yarn doesn't do anything as it thinks everything has already installed.
So apart from copying the solution from my PC and work and taking it home is there another way to get all the files back ?