temporary 🔧: the gulped html imports is hosed, use the ungulped one

This commit is contained in:
Monica Dinculescu
2016-12-14 15:56:23 -08:00
parent 5214487e02
commit f0e39e6880
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<head>
<title>Template with HTMLImports Test</title>
<script src="../../template/template.js"></script>
<script src="../../html-imports/html-imports.min.js"></script>
<script src="../../html-imports/src/html-imports.js"></script>
<script>
// WCT = {
// waitFor: function(callback) {

View File

@@ -52,7 +52,7 @@
var modules = [
'../../URL/url.js',
'../../template/template.js',
'../../html-imports/html-imports.min.js',
'../../html-imports/src/html-imports.js',
'../../es6-promise/dist/es6-promise.auto.min.js',
'pre-polyfill.js',
'../../custom-elements/custom-elements.min.js',