Transpile ES6 to ES5 for filemanager. Closes #224
This commit is contained in:
parent
aa6e733ba5
commit
130aa6cc8a
9 changed files with 39 additions and 7 deletions
|
@ -15,6 +15,10 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
|
|||
* Fixes bug that would allow adding the owner of a server as a subuser for that same server.
|
||||
* Fixes bug that would allow creating multiple subusers with the same email address.
|
||||
* Fixes bug where Sponge servers were improperly tagged as a spigot server in the daemon causing issues when booting or modifying configuration files.
|
||||
* Use transpiled ES6 -> ES5 filemanager code in browsers.
|
||||
|
||||
### Changed
|
||||
* Filemanager and EULA checking javascript is now written in pure ES6 code rather than as a blade-syntax template. This allows the use of babel to transpile into ES5 as a minified version.
|
||||
|
||||
## v0.5.5 (Bodacious Boreopterus)
|
||||
### Added
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue