save min.js file relative to current .js file
I want to save my min.js file relative to the file it is compressed out of because now I can save it relative to the root but if I have a new folder in between it is not working anymore perfect would be something like '~/../../build/res/scripts'
I repeat this request.
there's really something wrong in ways for web-project and browsers http://joxi.ru/xAe3q6ZfXgeOVm
or i have not setup it wright?
@AndreyChursin Isn't that correct? The map file is in the same directory as the output file and has a relative path. An absolute path would not work here since your file system path is probably not the same as the url path.