]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Remove the include of ng2 bootstrap in the html index
authorChocobozzz <florian.bigard@gmail.com>
Fri, 27 May 2016 20:04:27 +0000 (22:04 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Fri, 27 May 2016 20:04:27 +0000 (22:04 +0200)
client/index.html
client/tslint.json

index bc750dde7a2a98769940608116f7d6ab8b65b3c7..6fbcd1fa6ae0e23868ca27fea40796944636c2f9 100644 (file)
@@ -22,8 +22,6 @@
 
     <script src="client/node_modules/webtorrent/webtorrent.min.js"></script>
 
 
     <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. Configure SystemJS -->
     <script src="client/systemjs.config.js"></script>
     <script>
index 9653c965b79ca32e7ff53603e7d783f46f724ba2..0cffea582523bb924de7807a91a99fe732f27d63 100644 (file)
@@ -2,6 +2,7 @@
   "rulesDirectory": ["./node_modules/codelyzer"],
   "rules": {
     "class-name": true,
   "rulesDirectory": ["./node_modules/codelyzer"],
   "rules": {
     "class-name": true,
+    "no-inferrable-types": true,
     "curly": false,
     "eofline": true,
     "indent": ["spaces"],
     "curly": false,
     "eofline": true,
     "indent": ["spaces"],