diff --git a/public/modules/populate_template_cache.js b/public/modules/populate_template_cache.js deleted file mode 100644 index 228c1b33..00000000 --- a/public/modules/populate_template_cache.js +++ /dev/null @@ -1,33 +0,0 @@ -angular.module('TellForm.templates', []).run(['$templateCache', function($templateCache) { - "use strict"; - $templateCache.put("../public/modules/core/views/header.client.view.html", - "
"); - $templateCache.put("../public/modules/core/views/home.client.view.html", - "

TellForms

Craft beautiful forms in seconds.

Craft beautiful forms.

TellForm is an opensource alternative to TypeForm that can create stunning forms from PDFs or from scratch

TellForm is an opensource alternative to TypeForm that can create stunning forms from PDFs or from scratch

Create your next ______.

Tell a story with a form.

TellForm is an opensource alternative to TypeForm that can create stunning forms from PDFs or from scratch

TellForm is an opensource alternative to TypeForm that can create stunning forms from PDFs or from scratch

"); - $templateCache.put("../public/modules/forms/views/admin-form.client.view.html", - "

"); - $templateCache.put("../public/modules/forms/views/list-forms.client.view.html", - "

Create a new form
Name
Language

Created on
"); - $templateCache.put("../public/modules/forms/views/submit-form.client.view.html", - "
"); -}]);