Tell RequireJS to not minify a file

How can I use grunt-contrib-requirejs config OR even r.js Config to not minify specific files. I can disable minification for all files with optimize: 'none' option. But I don't know how to disab...