diessica

Results 12 comments of diessica

Actually it does exist, but it's available as a separate repo. See [alt-utils](https://github.com/altjs/utils). I'm sending a PR in order to update this on docs. See #694.

It'd be cool for sure :) Meanwhile, you can use [Multiple Environments](https://github.com/LeanMeanFightingMachine/dploy#multiple-environments). ``` thing1: [...] path: local: "deploy1/" remote: "public_html/" thing2: [...] path: local: "deploy2/" remote: "public_html/" thing3: [...] path:...

Acredito que a sugestão seja muito válida para acostumar o desenvolvedor ao ambiente e estimulá-lo a continuar aprendendo. Entretanto, o projeto é bastante concentrado em apresentar o **básico da teoria**:...

I'm glad it helped! It'd be great to have this feature.

Thanks for reporting. Hm.. I am using this: https://api.slack.com/methods/files.delete Did you get any error message? I will have a look.

https://github.com/diessica/slack-delete-files/pull/11 and https://github.com/diessica/slack-delete-files/pull/10 altogether seem to fix it I am going to release that as a new version. Thanks for reporting.

v2.1.0 has been released! :tada: Let me know if that solves your problem.

Looking into Slack's API, it seems like this error means "Authenticated user does not have permission to delete this file". Does your token have the correct access permissions? Reference: ![image](https://user-images.githubusercontent.com/5303585/45182093-a1ea8900-b220-11e8-9b67-9fe5e99a414e.png)...

It could also be nice to be able to reuse the template and the compiler, but specify a different scaffold/src path, in case you want to customise the final component...