UNPKG

grunt-google-closure-tools-compiler

Version:

Another Grunt task for Google Closure Compiler. Uses compiler npm build or you can use your own (eg: nightly builds)

10 lines (8 loc) 170 B
var main_custom_second = "file_name"; function log(str, type) { if (type === "alert") { alert(str); } else if (type === "console") { console.log(str); } }