I'm trying to package my polymer web app as a chrome-packed app, but I have the content of chrome I'm vulcanizing in the few issues around security policy (CSP) before the packaging app (with the - csp
option), which works very well for the JavaScript part, but the polymer's Inline fails to remove CSS in elements. Is there any way 1) To override the CSP for the CSS of the polymer or 2) To remove the CSS and put it in a separate file for all the polymer elements?
As far as I can tell, there is a public relations work to solve this problem, but it has not been updated since August:.
You can use Vlscanize - csp option to add CSS extracted from inline HTML with option Please.
See examples of clean-CSS in the page:
Type a CSS Two CSS Three .css | Cleancss -o merged-and-minified.css
Comments
Post a Comment