From a4b303f09a2f136870f63fee3b987e7c0b73e422 Mon Sep 17 00:00:00 2001 From: C-A de Salaberry Date: Tue, 6 Sep 2016 15:00:40 +0200 Subject: [PATCH] Rename raftDecoratorTemplate.js to raftDecoratorTemplate.js.template When deploying a Cordova application on Windows, it complained about the file not being a valid JS file, thus preventing any submission. I figured some people could run in the same issue. --- raftDecoratorTemplate.js => raftDecoratorTemplate.js.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename raftDecoratorTemplate.js => raftDecoratorTemplate.js.template (99%) diff --git a/raftDecoratorTemplate.js b/raftDecoratorTemplate.js.template similarity index 99% rename from raftDecoratorTemplate.js rename to raftDecoratorTemplate.js.template index 4872e1d..47cfb24 100644 --- a/raftDecoratorTemplate.js +++ b/raftDecoratorTemplate.js.template @@ -69,4 +69,4 @@ } }; } -}(this); \ No newline at end of file +}(this);