Jason Moore
Jason Moore
Hey all, I upgraded Bundler & Minifier and WebCompiler to work in Visual Studio 2022 https://github.com/failwyn/BundlerMinifier https://github.com/failwyn/WebCompiler https://marketplace.visualstudio.com/items?itemName=Failwyn.BundlerMinifier64 https://marketplace.visualstudio.com/items?itemName=Failwyn.WebCompiler64 @madskristensen If I missed changing anything in the Licenses, vsixmanifest, or...
@Firegarden @mirshahreza If you're still interested in this extension, I forked and upgraded it with Mads' permission, see my comment above for links and details.
> @failwyn Is there a compiled version? If you search for Jason Moore in Visual Studio in the Extension Gallery, both extensions will come up; there’s also links to the...
What about simplifying it and using relative paths for the imports instead? I had it working with includePaths and loadPaths with WebCompiler 2022, but the. Visual Studio 2022 doesn’t understand...
This is caused by the following syntax in the Carousel class of bootstrap in the dataApiClickHandler function. ``` const config = { ...Manipulator.getDataAttributes(target), ...Manipulator.getDataAttributes(this) }; ``` // Bundler & Minifier...
I don’t have time to start from scratch, but if you can give me some hints of where the responsible code is, I’d be happy to take a look at...
I've never tried it, but you could see if putting the chart.js file as a single input file with minification enabled, then put an element with the two min.js files...
If the modification makes a change to the min file it should bundle it, I make changes with BeyondCompare while the project is open and it triggers the Bundling and...
Can you please provide more information?
There are a few issues in the NUglify repo about the spread operator, hopefully updating the version will address this issue; will get it out as soon as I can.