Permalink
Please sign in to comment.
Showing
with
11 additions
and 20 deletions.
- +9 −7 .npmignore
- +0 −12 basic.html
- +2 −1 bower.json
16
.npmignore
| @@ -1,8 +1,10 @@ | ||
| -src/* | ||
| -test/* | ||
| -template/* | ||
| -node_modules/* | ||
| -examples/* | ||
| -build/*.amd.js | ||
| Makefile | ||
| -index.html | ||
| +index.html | ||
| +testrunner.js | ||
| +bower.json | ||
| +src | ||
| +test | ||
| +template | ||
| +node_modules | ||
| +examples | ||
| +build/*.amd.js |
12
basic.html
| @@ -1,12 +0,0 @@ | ||
| -<!DOCTYPE html> | ||
| -<html> | ||
| -<head> | ||
| - <title>testing my-element</title> | ||
| - <script src="build/document-register-element.js"></script> | ||
| - <script src="test/my-element.js"></script> | ||
| -</head> | ||
| -<body> | ||
| - <my-element> | ||
| - some content | ||
| - </my-element> | ||
| -</body> |
0 comments on commit
45684aa