UNPKG

grunt-closure-coffee-stack

Version:

Everything you need for Google Closure. Precise configuration, Soy templates, localization, TDD stack, and even CoffeeScript support. File watcher included.

7 lines (6 loc) 262 B
module.exports = function(grunt, callback) { // There were more flags for Java 1.6, but current Closure Compiler needs // only one. I decided to not remove this file in case of new flags occur. var flags = ['-XX:+TieredCompilation']; callback(flags); };