Open moberghammer opened 8 years ago
We've encountered this problem as well, currently tracking it down. You wouldn't be using grunt-closure-soy or some other abstraction that's pulling in the closure-templates library some other way? Nevermind. Looks like that grunt plugin doesn't actually list the closure compiler dependency anyway.
In the latest Closure Library goog.format.insertWordBreaks is deprecated. This leads to the following warning: soyutils_usegoog.js:1526: WARNING - Property insertWordBreaks of type goog.format has been deprecated: Prefer wrapping with CSS white-space: pre-wrap.