Fixes bug introduced in #203

Needs to import the library when using webpack.mix.js.
Will also be the case for future libraries.
This commit is contained in:
Birger J. Nordølum 2018-06-13 23:12:08 +02:00
parent 24ac12da65
commit 6d22c4f02e
No known key found for this signature in database
GPG key ID: 1E2DC712B50089CC
3 changed files with 1154 additions and 24 deletions

1173
public/js/app.js vendored

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,4 @@
{
"/js/app.js": "/js/app.js?id=d7ae290137b7fd06f300",
"/js/app.js": "/js/app.js?id=58b8bcf2d5c2eee74c51",
"/css/app.css": "/css/app.css?id=e405a67622368f195d1b"
}

View file

@ -1,3 +1,6 @@
import Huebee from 'huebee';
window.Huebee = Huebee;
$.when( $.ready ).then(function() {
if($('.message-container').length) {