Polymer / tools

Polymer Tools Monorepo
BSD 3-Clause "New" or "Revised" License
430 stars 200 forks source link

Process `<template strip-whitespace>` ahead of time #1914

Open dfreedm opened 8 years ago

dfreedm commented 8 years ago

It should be possible, and a nice optimization, to process the strip-whitespace directive for <template> elements ahead of time.

justinfagnani commented 8 years ago

What do you mean ahead of time? Ahead of what time? Vulcanize?

dfreedm commented 8 years ago

Yes, vulcanize could find templates with strip-whitespace and remove whitespace nodes while inlining HTML imports.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.