- use assetpath attribute on <element> to fix resolvePath usage in Polymer elements ([commit](https://github.com/Polymer/vulcanize/commit/65742e4))
- Much more useful README ([commit](https://github.com/Polymer/vulcanize/commit/7a14a0a))
- update for polymer-element ([commit](https://github.com/Polymer/vulcanize/commit/866e282))
- Update README for polymer-element ([commit](https://github.com/Polymer/vulcanize/commit/42c0903))
- breaking down doc tool for analysis ([commit](https://github.com/Polymer/vulcanize/commit/ec2fff7))
- Process imports as whole files, no element extraction ([commit](https://github.com/Polymer/vulcanize/commit/a2fbec8))
- For CSP, allow an option to separate scripts into a separate file ([commit](https://github.com/Polymer/vulcanize/commit/a9c94f2))
- update README for CSP mode ([commit](https://github.com/Polymer/vulcanize/commit/d048526))
- add a semicolon to all scripts to prevent weird insertion conditions ([commit](https://github.com/Polymer/vulcanize/commit/ba536e5))
- vulcanizer will now take in a single main document and produce a built version of that main document. ([commit](https://github.com/Polymer/vulcanize/commit/b0590ec))
- reflect new functionality in README, fix up newline issues, refactor constants ([commit](https://github.com/Polymer/vulcanize/commit/b5f793b))
- Update to newer cheerio with fixed htmlparser ([commit](https://github.com/Polymer/vulcanize/commit/5091f57))
- find better spots for vulcanized imports and scripts ([commit](https://github.com/Polymer/vulcanize/commit/e43b7c1))
- Fix output directory for CSP js file ([commit](https://github.com/Polymer/vulcanize/commit/50e0b41))
- fix import location finding and windows path munging ([commit](https://github.com/Polymer/vulcanize/commit/2ad5e0b))
- Remove unused function ([commit](https://github.com/Polymer/vulcanize/commit/8e3458d))
- Update README.md ([commit](https://github.com/Polymer/vulcanize/commit/748fa81))
- Update README.md ([commit](https://github.com/Polymer/vulcanize/commit/1ca31c6))
- assetpath is handled by polymer now ([commit](https://github.com/Polymer/vulcanize/commit/b4d3703))
- inline css stylesheets into style tags in polymer elements ([commit](https://github.com/Polymer/vulcanize/commit/3ebfc4e))
- Inlined stylesheets must have URL paths rewritten, move to import processing ([commit](https://github.com/Polymer/vulcanize/commit/82f88db))
- update README with index-vulcanized output ([commit](https://github.com/Polymer/vulcanize/commit/60fd461))
- make everything from imports inlined ([commit](https://github.com/Polymer/vulcanize/commit/cb6082d))
- Try to insert inlined import exactly where the link was ([commit](https://github.com/Polymer/vulcanize/commit/d341c8b))
- Update README to reflect all-in-one html files ([commit](https://github.com/Polymer/vulcanize/commit/3377419))
- Add --inline option to inline all scripts into main document (opposite of --csp) ([commit](https://github.com/Polymer/vulcanize/commit/71f0b80))
- Use html() to inline scripts, text() makes HTML Entities ([commit](https://github.com/Polymer/vulcanize/commit/66fd4ad))
- inlineScripts now uses html text and regex, not cheerio api ([commit](https://github.com/Polymer/vulcanize/commit/0f27091))
- reorder constant variables, add missing SCRIPT_SRC ([commit](https://github.com/Polymer/vulcanize/commit/75ddc28))
- split vulcan.js into vulcanize bin and lib/vulcan.js ([commit](https://github.com/Polymer/vulcanize/commit/b5f19ff))
- reference bin/vulcanize for global npm install ([commit](https://github.com/Polymer/vulcanize/commit/a79885a))
- reference new executable path ([commit](https://github.com/Polymer/vulcanize/commit/2bd7272))
- add license files ([commit](https://github.com/Polymer/vulcanize/commit/fa145b3))
- remove unrelated viz file ([commit](https://github.com/Polymer/vulcanize/commit/1503e47))
- add license top ([commit](https://github.com/Polymer/vulcanize/commit/cb3d754))
- Update README.md ([commit](https://github.com/Polymer/vulcanize/commit/d070c7f))