Set up production build task

`grunt copy`

Closes #191
This commit is contained in:
lilia 2015-03-19 16:46:58 -07:00
parent 66fb673e6a
commit c526dbda5f
8 changed files with 35 additions and 8 deletions

View file

@ -49,7 +49,7 @@
})
);
twemoji.parse(this.el, { base: '/components/twemoji/', size: 16 });
twemoji.parse(this.el, { base: '/images/twemoji/', size: 16 });
var unread = this.model.get('unreadCount');
if (unread > 0) {

View file

@ -44,7 +44,7 @@
})
);
twemoji.parse(this.el, { base: '/components/twemoji/', size: 16 });
twemoji.parse(this.el, { base: '/images/twemoji/', size: 16 });
var content = this.$el.find('.content');
content.html(this.autoLink(content.html()));