Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Build: warnings building with closure-templates #381

Open
bjmgeek opened this issue Apr 20, 2016 · 2 comments
Open

Build: warnings building with closure-templates #381

bjmgeek opened this issue Apr 20, 2016 · 2 comments

Comments

@bjmgeek
Copy link

bjmgeek commented Apr 20, 2016

$ ./do.sh build_extension
All dependencies met.
All dependencies met.
Compiling Soy templates...
Done.
Using previous template build. Run ./do.sh clean if you want to rebuild the templates.
Building End-To-End extension to build/extension
Compiling JS files...
.lib/closure-templates-compiler/soyutils_usegoog.js:1701: WARNING - Property insertWordBreaks of type goog.format has been deprecated: Prefer wrapping with CSS white-space: pre-wrap.
  var result = goog.format.insertWordBreaks(
               ^

0 error(s), 1 warning(s), 98.7% typed
..lib/closure-templates-compiler/soyutils_usegoog.js:1701: WARNING - Property insertWordBreaks of type goog.format has been deprecated: Prefer wrapping with CSS white-space: pre-wrap.
  var result = goog.format.insertWordBreaks(
               ^

0 error(s), 1 warning(s), 98.8% typed
.lib/closure-templates-compiler/soyutils_usegoog.js:1701: WARNING - Property insertWordBreaks of type goog.format has been deprecated: Prefer wrapping with CSS white-space: pre-wrap.
  var result = goog.format.insertWordBreaks(
               ^

0 error(s), 1 warning(s), 98.8% typed
.lib/closure-templates-compiler/soyutils_usegoog.js:1701: WARNING - Property insertWordBreaks of type goog.format has been deprecated: Prefer wrapping with CSS white-space: pre-wrap.
  var result = goog.format.insertWordBreaks(
               ^

0 error(s), 1 warning(s), 98.8% typed
Compiling CSS files...
Copying extension files...
Done.
@sirdarckcat
Copy link
Member

thanks! this is an issue with closure templates, and it seems a bit difficult to fix, but they'll try

@sirdarckcat
Copy link
Member

@sirdarckcat sirdarckcat changed the title warnings building Build: warnings building with closure-templates May 3, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants