Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/index.js b/index.js
index c626bf8..41583a7 100644
--- a/index.js
+++ b/index.js
@@ -1,8 +1,3 @@
-// Load pre-compiled handlebars templates and put them on require('handlebars').templates
-if (!require('handlebars').templates) {
- require('./views/compiled')
-}
-
var App = require('./lib/app')
var TorrentManager = require('./lib/torrent-manager')