Adrian Li

Results 117 comments of Adrian Li

The way the box works is that a symlink is created between the `src` folder and the `build` folder for the `contracts` directory. This is done because Create-React-App does not...

We can probably use this package: https://github.com/charlesguse/run-script-os

I've dived a little deeper in this issue: https://github.com/adrianmcli/truffle-next/issues/21

@SvenMeyer Thanks for the suggestion, it's certainly a more elegant workaround. But I'm hesitant to use it because it changes the default behaviour of Truffle's barebones project (i.e. the traditional...

@SvenMeyer Yeah I think it's a great idea to output the build artifacts to a user-specified folder. But I want to maintain the structure of a typical truffle project. Having...

@SvenMeyer Just some follow up comments: > truffle v5.0 beta was just released a few days ago We're working on a new approach to migrations, so the issues with `contracts_build_directory`...

@SvenMeyer > is it on the truffle and github page already? I'm still waiting for a teammate to test it on Windows. But this is on my list of things...