polymer-cli Questions

2

Solved

I'm trying to figure out a way to make polyserve / polymer-cli to reload my browser each time a "watched" file changes but I haven't found anything apart of adding Livereload to the HTMLs files tha...
Unlisted asked 27/12, 2016 at 14:48

0

Styles are loaded in template: static get template() { return html` <style> :host { display: block; border: double; background-color: lightsteelblue; } </style> <iron-aj...

7

No matter what I try, every time I try to install polymer-cli, it always comes up with a PERMISSION_DENIED error. bradley@gurulaptop:~$ sudo npm -g install polymer-cli npm WARN deprecated [email&#...
Tartrazine asked 6/6, 2017 at 13:17

3

Is there any way to configure proxy server in polymer-cli ? similar to webpack-dev-server proxy. I've check any possible documentation with no success
Hieratic asked 4/8, 2016 at 2:57

2

Solved

I'm looking for a way to minify the white space in template literals. Since regular js minification wouldn't remove white space on a template literal I was expecting that maybe polymer-cli had a wa...
Activism asked 1/4, 2018 at 21:49

1

I have a situation where I am using polymer starter-kit template for my app. My polymer.json files looks like this: { "entrypoint": "index.html", "shell": "src/my-app.html", "fragments": [ ]...
Giralda asked 14/11, 2016 at 20:29

2

Solved

What's the difference between Polymer Starter Kit and Polymer App Toolbox? Both are collections of web components, build & testing tools, and Material Design templates for building Progressive...
1

© 2022 - 2024 — McMap. All rights reserved.