generate template before laoding the main
authorrougeronj
Fri, 24 Apr 2015 11:12:23 +0200
changeset 425 823e8f1d26f7
parent 424 415268462e4b
child 426 05ed0d95a511
generate template before laoding the main
client/gruntfile.js
--- a/client/gruntfile.js	Thu Apr 23 16:42:31 2015 +0200
+++ b/client/gruntfile.js	Fri Apr 24 11:12:23 2015 +0200
@@ -5,6 +5,7 @@
   'use strict';
 
   var renkan_src = [
+      'dist/js/templates.js',
       'js/main.js',
       'js/models.js',
       'js/defaults.js',
@@ -15,7 +16,6 @@
       'js/list-bin.js',
       'js/wikipedia-bin.js',
       'dist/js/paper-renderer.js',
-      'dist/js/templates.js',
   ];
 
   var renkan_banner = grunt.file.read('js/header.js').toString() +