Skip to content

Commit 1977f51

Browse files
committed
add(dist) for gh-pages + add(deploy) script
1 parent a15ff96 commit 1977f51

13 files changed

+60665
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.idea
22
node_modules
33
*.log
4-
dist
54
.npmrc

dist/components/angular-app.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<style>
2+
angular-app {
3+
margin: 1rem;
4+
padding: 1rem;
5+
border: 1px solid salmon;
6+
display: block;
7+
}
8+
</style>
9+
<script src="../components/angular-app.js"></script>

0 commit comments

Comments
 (0)