diff --git a/isso/js/app/text/html.js b/isso/js/app/text/html.js
deleted file mode 100644
index cf2c865..0000000
--- a/isso/js/app/text/html.js
+++ /dev/null
@@ -1,7 +0,0 @@
-define(["text!./postbox.html", "text!./comment.html", "text!./comment-loader.html"], function (postbox, comment, comment_loader) {
- return {
- postbox: postbox,
- comment: comment,
- comment_loader: comment_loader
- };
-});