Lamarkaz / parasol

Agile Smart Contract Development Environment
https://getparasol.io
MIT License
74 stars 9 forks source link

relative paths not working #7

Open 7flash opened 5 years ago

7flash commented 5 years ago

import "../interfaces/IToken.sol";

Source "interfaces/IToken.sol" not found: File not supplied initially.

nourharidy commented 5 years ago

Can you copy your parasol.js file

7flash commented 5 years ago

I try to deploy with default parasol.js https://github.com/Lamarkaz/parasol/blob/master/init/parasol.js I noticed although it does not work with upper-level directories('../interfaces'), however it works with lower-level directories('./interfaces/')