You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
Whenever I minify/compile files there is more than one file to upload. This sets the "Deploy on change" and "Remove on change" to sleep and I have to re-enable them manually.
What I noticed is that sometimes the compilation takes a bit longer (delayed?) and instead of 2 deploy pop-ups showing instantly there is a small delay (100ms?) between them and the "Deploy on change" doesn't break and both files are deployed successfully.
Actual behavior
Deploy/Remove on change goes to sleep whenever you minify/compile and generate more than 1 file.
Expected behavior
Deploy/Remove on change stays enabled all the time. Only user can change the state.
Steps to reproduce
Install an extensions that will minify css/js files.
// the rest of the logs are the same but with different time so I don't see a reason to upload them all (takes a lot of vertical space)
INFO extension.deploy.reloaded.loadplugins - [24/Jun/2018:18:16:23 +0000] "Loaded 19 plugins:
- app
- azureblob
- batch
- compiler
- dropbox
- each
- ftp
- list
- local
- mail
- map
- prompt
- s3bucket
- script
- sftp
- slack
- switch
- test
- zip
"
INFO workspaces.workspace.reloadpackagebuttons() - [24/Jun/2018:18:16:23 +0000] "Registrated command 'extension.deploy.reloaded.buttons.deployPackage-9007199254740991' for button of package '(Package #1)'."
INFO workspaces.workspace.reloadpackagebuttons() - [24/Jun/2018:18:17:08 +0000] "Registrated command 'extension.deploy.reloaded.buttons.deployPackage-9007199254740990' for button of package '(Package #1)'."
Screenshot
First two were okay and the last one broke the deploy on change state.
The next thing I try to improve, is the speed ... because in my scenario I copied about 200 files which triggers 200 file changes at the same time and would freeze the GUI.
Description
Whenever I minify/compile files there is more than one file to upload. This sets the "Deploy on change" and "Remove on change" to sleep and I have to re-enable them manually.
What I noticed is that sometimes the compilation takes a bit longer (delayed?) and instead of 2 deploy pop-ups showing instantly there is a small delay (100ms?) between them and the "Deploy on change" doesn't break and both files are deployed successfully.
Actual behavior
Deploy/Remove on change goes to sleep whenever you minify/compile and generate more than 1 file.
Expected behavior
Deploy/Remove on change stays enabled all the time. Only user can change the state.
Steps to reproduce
Example config
Logs
Screenshot
First two were okay and the last one broke the deploy on change state.
(broken new lines?)
(after drag-n-drop 20 files - bug occured)
^ direct link (preview breaks for me?) https://prtsc.me/c/deploy1.gif
Your environment
Additional comments
I think it's the similar issue to #77.
The text was updated successfully, but these errors were encountered: