Transpile ES6 to ES5 for filemanager. Closes #224

This commit is contained in:
Dane Everitt 2017-01-03 17:32:23 -05:00
parent aa6e733ba5
commit 130aa6cc8a
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
9 changed files with 39 additions and 7 deletions

View file

@ -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