-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After Release of truffle new version #37
Comments
@geekybot You're right. It looks like Truffle changed their build process in the new version. I'll get around to figuring out how to get the assets copied from the app directory into the build directory for serving in the new pipeline at some point, but in the meantime if you happen to get it working, glad to accept a PR :) |
@dob Thanks for your fast response. Looks like a bunch of things changed in new version of truffle (truffle 3.1.1). I found this http://truffleframework.com/tutorials/upgrading-from-truffle-2-to-3 , all the changes needs to be done is here, but it will take some time to properly configure a dapp created on truffle 2.0 to truffle 3.0 . Still I will be trying. :) |
@geekybot Thanks for the PR. I merged it in and updated the repo so on the surface at least |
thanks @dob , I am very new to the blockchain, so I am exploring how to get going with it and of course with the new version of truffle. I am trying to deploy my contracts to the testnet as well as trying to create a private blockchain, but without proper guidance I am in whole lot of mess. So, if you have some resource on these stuffs, can you share with me, It will be a lot of help. :) |
@geekybot Great. I wrote a few tips in this post. I highly recommend using TestRPC to run a fake local chain. But the instructions in the AuctionHouse Readme or in the go-ethereum readme for running a local private chain aren't too bad either. You just pick a different I think the truffle docs and the scaffolding that's generated via |
The code and configurations are not working for truffle new version (truffle 3.1.1), can you please give some insight on that?
The text was updated successfully, but these errors were encountered: