ASP.NET script bundling without minification
In a project I recently joined, the team uses React for the front-end. They have a Gulp task which compiles jsx files to js files and minify them. The Gulp task also appends a version number at the end of the minified js file’s name. I notice that the front-end developer has to manually increment this version … [Read more…]