View Single Post
02/18/19, 05:42 AM   #4
haggen
 
haggen's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2015
Posts: 137
Originally Posted by Architecture View Post
Dependency resolution, please? Heh.

I personally have a little script I've used to do basic packaging, API uploading and semver minor / hotfix version increment (as well as ESO API / client version), allowing me to press a key combo in IDE to automatically publish current project (e.g. automatically updates my version number of addon, zips package, and uploads to ESOUI -- others have made similar I think), but never a website. I assume this is all processed on the server-side?

I will have to take a look and perhaps give it a try -- very neat! I feel like this sort of feature could be beneficial to all if built into ESOUI (i.e. similar to your website with directory upload, package, and validation / processing)
Oh automatic upload heh? That's interesting, could I have a look?

To be frank ESOUI is quite lacking in this department. Imagine a continuous deployment from Git to ESOUI with llinters, validations, and whatnot? Uhhh developer wet dreams!

By the way, it's all client-side. JSZip with the quite recent directory support for File API.
  Reply With Quote