madskristensen / BundlerMinifier

Visual Studio extension
Other
615 stars 172 forks source link

customBundleName.min.js fails to build #539

Closed Gruski closed 3 years ago

Gruski commented 3 years ago

If you select multiple js files and choose minify & bundle option, two files should get created: bundle.js and bundle.min.js However, the prompt asks you to choose a name for your bundle. If you choose anything other than "bundle" (the default). The customBundleName.min.js doesn't get generated.

Update: Oddly it looks like this only happens with certain names?!?

Gruski commented 3 years ago

Nevermind. There was a hidden file that the build was conflicting with. This is another reason for the need to have notification of what is going on instead of silent fail.