Add a karma section to gulp.confin in you main Gulp file (gulpfile.js) and use a string to set the log level ("INFO", "DEBUG", ...):
karma: {
logLevel: "DEBUG"
}
| (function() { | |
| for (let elem of document.getElementsByClassName("no-select")) { | |
| elem.classList.remove("no-select"); | |
| } | |
| })(); |
Add a karma section to gulp.confin in you main Gulp file (gulpfile.js) and use a string to set the log level ("INFO", "DEBUG", ...):
karma: {
logLevel: "DEBUG"
}
To debug minified JavaScript in Chrome DevTools do the following:
| <link rel="import" href="../paper-tabs/paper-tabs.html"> | |
| <link rel="import" href="../paper-tabs/paper-tab.html"> | |
| <polymer-element name="my-element"> | |
| <template> | |
| <style> | |
| :host { | |
| position: absolute; | |
| width: 100%; |