I am using Dojo Build system to build my project and minify the files. I am getting an error during the build and am unable to locate the source. So I want to skip the compilation/optimization step during the build and only need the minification to work.
Is this possible? and if yes, how?
THanks