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:
parent
24ac12da65
commit
6d22c4f02e
3 changed files with 1154 additions and 24 deletions
1147
public/js/app.js
vendored
1147
public/js/app.js
vendored
File diff suppressed because it is too large
Load diff
2
public/mix-manifest.json
generated
2
public/mix-manifest.json
generated
|
@ -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"
|
||||
}
|
|
@ -1,3 +1,6 @@
|
|||
import Huebee from 'huebee';
|
||||
window.Huebee = Huebee;
|
||||
|
||||
$.when( $.ready ).then(function() {
|
||||
|
||||
if($('.message-container').length) {
|
||||
|
|
Loading…
Reference in a new issue