You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 2, 2019. It is now read-only.
/** * Get the file system path to the Closure Library. * @return {string} Path. */exports.getLibraryPath=function(){returngetDependency('library',config.get('library_url')).replace(/\\/g,"/");};/** * Get the file system path to the Closure Compiler. * @return {string} Path. */exports.getCompilerPath=function(){returngetDependency('compiler',config.get('compiler_url')).replace(/\\/g,"/");};