client/gulpfile.js
changeset 114 e4ffc4e13a8e
parent 100 537d330ad7f0
child 117 41a78460bdac
--- a/client/gulpfile.js	Thu Jun 04 20:09:20 2015 +0200
+++ b/client/gulpfile.js	Thu Jun 04 20:10:38 2015 +0200
@@ -163,7 +163,8 @@
             imgFooter: {
                 src: 'logo_IRI_footer.png',
                 tpl: '<img src="{% static \'ammico/img/%s\' %}" alt="Logo IRI" />'
-            }
+            },
+            token: '{% if token %} token: "{{ token }}", {% endif %}'
         }))
     .pipe(gulp.dest(templateFolder+'/templates'));
 });