StartPolymer / polymer-starter-kit-plus-old

A starting point for building Single-Page Applications with Polymer 1.x
Other
78 stars 26 forks source link

Reflect changes in metadata files to views. This PR fixes #41 #43

Closed ozasadnyy closed 8 years ago

ozasadnyy commented 8 years ago

Due to require caches we haven't seen any changes on view without restarting a server. require-uncached simply bypass the cache and load last changes in our files.

ozasadnyy commented 8 years ago

@JosefJezek

JosefJezek commented 8 years ago

Super, thank you :tada: