| Index: node_modules/vulcanize/test/html/default.html
|
| diff --git a/bower_components/sampler-scaffold/demos/color.html b/node_modules/vulcanize/test/html/default.html
|
| similarity index 66%
|
| copy from bower_components/sampler-scaffold/demos/color.html
|
| copy to node_modules/vulcanize/test/html/default.html
|
| index 7ee3d61c97d0d5b399b0e8aa89372da05d0cf18b..68f1516d51911062c38f8a7f3f15caba7681edfc 100644
|
| --- a/bower_components/sampler-scaffold/demos/color.html
|
| +++ b/node_modules/vulcanize/test/html/default.html
|
| @@ -1,3 +1,4 @@
|
| +<!DOCTYPE html>
|
| <!--
|
| @license
|
| Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
|
| @@ -7,14 +8,15 @@
|
| Code distributed by Google as part of the polymer project is also
|
| subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
| -->
|
| -<!doctype html>
|
| -<html>
|
| +<html lang="en">
|
| <head>
|
| + <meta charset="UTF-8">
|
| + <link rel="import" href="imports/simple-import.html">
|
| + <link rel="import" href="imports/simple-import.html">
|
| + <link rel="import" href="http://example.com/foo/bar.html">
|
| + <title>Sample Build</title>
|
| </head>
|
| -
|
| <body>
|
| -
|
| - <input type="color">
|
| -
|
| + <my-element></my-element>
|
| </body>
|
| </html>
|
|
|