Marcel Kloubert

Results 149 comments of Marcel Kloubert

@steph643 Any of the engines should be able to create directories automatically. There was an issue when trying to list the root directory, to check if a directory needs to...

@fabruex Yes, you can define both features for one or more specific targets: ```json { "deploy": { "packages": [ { "name": "My project", "deployOnChange": { "files": [ "/**/*.css" ], "useTargetList":...

https://github.com/mkloubert/vscode-deploy-reloaded

You can set `acl` property to one of [these values](https://docs.aws.amazon.com/en_us/AmazonS3/latest/dev/acl-overview.html#canned-acl) in your [target](https://github.com/mkloubert/vs-deploy/wiki/target_s3bucket).

@aschalau This is a great feature request! I currently looking for extensions that colorizes their output windows, but I cannot find one. Do you have an example of such an...

@mikes-gh You can try to realize it by using [deploy on change](https://github.com/mkloubert/vs-deploy/wiki/deploy_on_change) feature.

@mikes-gh Oh, thats right ... I must find a much better description for that. * if you set `deployOnChange` to `(true)`, it will use the same targets for deploying as...

@mikes-gh Ah, OK. "onSave" and "onChange" are two different kind of events. "onSave" is explicit: The event is only fired, when you have an open document and you use the...

@AdsonCicilioti **You have a typo in your target list of your package:** You defined `Vallefrutas AWS EC2t`, but your target is called `Vallefrutas AWS EC2` (without the ending `t`). The...

added first example [Uglify files BEFORE deploy](https://github.com/mkloubert/vs-deploy/wiki/examples_javascript#uglify-files-before-deploy)