Fixed issue with prelude path in builds

This commit is contained in:
Devine Lu Linvega
2019-07-21 07:37:11 +09:00
parent a559269b2d
commit 0e7af66c16
5 changed files with 37 additions and 34 deletions

View File

@@ -23,6 +23,7 @@ function Ronin () {
// Parameters
this.always = false
this.includes = ['prelude']
this.install = function (host = document.body) {
this._wrapper = document.createElement('div')