mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-22 08:46:54 -06:00
Remove the include of ng2 bootstrap in the html index
This commit is contained in:
parent
f0a397ee3d
commit
33f12c7441
@ -22,8 +22,6 @@
|
||||
|
||||
<script src="client/node_modules/webtorrent/webtorrent.min.js"></script>
|
||||
|
||||
<script src="client/node_modules/ng2-bootstrap/bundles/ng2-bootstrap.min.js"></script>
|
||||
|
||||
<!-- 2. Configure SystemJS -->
|
||||
<script src="client/systemjs.config.js"></script>
|
||||
<script>
|
||||
|
@ -2,6 +2,7 @@
|
||||
"rulesDirectory": ["./node_modules/codelyzer"],
|
||||
"rules": {
|
||||
"class-name": true,
|
||||
"no-inferrable-types": true,
|
||||
"curly": false,
|
||||
"eofline": true,
|
||||
"indent": ["spaces"],
|
||||
|
Loading…
Reference in New Issue
Block a user