Exploring the world of AngularJS and Grunt is a new adventure for me. I am currently in the process of setting up the front-end environment and am looking for a way to serve either compressed or uncompressed js and css files based on specific url parameters.
For instance, my default choice is compressed files. However, if I were to include &debug_js=true in the url, I'm aiming for the browser to serve uncompressed js files. Similarly, using &debug_css=true would serve uncompressed css files. And when both &debug_css=true and &debug_js=true are present, I expect the browser to provide uncompressed js and css files.
Any insights or suggestions you may have would be greatly appreciated!