如何为Google Closure Compiler网络版本设置参数?

时间:2018-07-03 13:23:38

标签: google-closure-compiler

我正在尝试找出如何在以下位置为Google Closure Compiler设置参数 https://closure-compiler.appspot.com/

例如--jscomp_off=es5Strict或其他之一: https://gist.github.com/mshafrir/816686

我认为我需要在此处添加参数:

// ==ClosureCompiler==
// @compilation_level SIMPLE_OPTIMIZATIONS
// @output_file_name default.js
// ==/ClosureCompiler==

如果是,采用什么格式?如果没有,还有什么地方?

1 个答案:

答案 0 :(得分:2)

完整参考文献位于the wiki

Web服务并不支持编译器上的所有可用选项。