client/gulpfile.js
changeset 114 e4ffc4e13a8e
parent 100 537d330ad7f0
child 117 41a78460bdac
equal deleted inserted replaced
113:b8400d8efac8 114:e4ffc4e13a8e
   161                 tpl: '<img src="{% static \'ammico/img/%s\' %}">'
   161                 tpl: '<img src="{% static \'ammico/img/%s\' %}">'
   162             },
   162             },
   163             imgFooter: {
   163             imgFooter: {
   164                 src: 'logo_IRI_footer.png',
   164                 src: 'logo_IRI_footer.png',
   165                 tpl: '<img src="{% static \'ammico/img/%s\' %}" alt="Logo IRI" />'
   165                 tpl: '<img src="{% static \'ammico/img/%s\' %}" alt="Logo IRI" />'
   166             }
   166             },
       
   167             token: '{% if token %} token: "{{ token }}", {% endif %}'
   167         }))
   168         }))
   168     .pipe(gulp.dest(templateFolder+'/templates'));
   169     .pipe(gulp.dest(templateFolder+'/templates'));
   169 });
   170 });
   170 
   171