buidler-aragon icon indicating copy to clipboard operation
buidler-aragon copied to clipboard

(Aragon 1) Buidler plugin for Aragon App development

Results 94 buidler-aragon issues
Sort by recently updated
recently updated
newest added

Related to #140, sometimes apps need custom modifications to their `artifact.json` due to limitations in the automated build tooling. It would be nice to detect this and use it rather...

Sometimes it is useful to generate this file and make customizations :).

To avoid publishing too many files (e.g. old source maps, bundles, or even artifacts), it would be nice if the publish command checked the stat of `dist/` before going further...

Nice to have items that were found during the v0.2.0 review but didn't make it on time for the release: - [ ] Misspelled stipIpfsPrefix https://github.com/aragon/buidler-aragon/pull/128#discussion_r403292663 - [ ] joinIpfsLocation...

> Brief aside, but we should be able to have prettier add ending commas in cases like this, to decrease the line diffs. _Originally posted by @sohkai in https://github.com/aragon/buidler-aragon/pull/90#discussion_r402933656_ ----...

It depends on buidler releasing this feature. Fix our current hack: https://github.com/aragon/buidler-aragon/blob/develop/src/tasks/start/backend/bases/deploy-bases.ts#L23

One way of doing it would be during CI using a docker image.

## 🐛 Bug Report For example during `aragon/aragon` publication if we don't use the `--only-content` flag we recieve this cryptic error that is not very useful to understand what's happening:...

## 💥 Proposal Building up on Buidler plugin branch The current watchers for the `start` command are: - `contracts/` -> re-deploy implementation contract - `app/` -> re-build front-end and refresh...