I've minification of all js done separately so I'd like to reference unminified filed. But I'm confused here if .debug.js is just unminified or has some more things in it. It would be nice to maintain common naming such as .min.js for minified version and just .js for unminified version and .debug.js for code with debugging constructs such as logging.