dojo.io icon indicating copy to clipboard operation
dojo.io copied to clipboard

Setting up dojo.io locally fails build

Open schontz opened this issue 6 years ago • 5 comments

npm run build fails because db.json does not exist. You need to touch site/db.json to fix.

But it still doesn't run, so you can get around that manually by cd site && hexo clean && hexo build.

Either we need to fix the build process or update the README file with proper instructions.

schontz avatar Jun 07 '18 17:06 schontz

hexo command has not buil option. I make hexo generate and hexo serve but the documentation for the api is missing.

cstffx avatar Jun 29 '18 15:06 cstffx

Sorry, that last command should be ... && hexo generate.

schontz avatar Jun 29 '18 17:06 schontz

This should be fixed now by #481

JamesLMilner avatar Oct 26 '18 15:10 JamesLMilner

@schontz can you confirm this is fixed for you now? If so feel free to close the issue.

JamesLMilner avatar Oct 26 '18 16:10 JamesLMilner

@JamesMilnerUK I don't know when I'll be able to test as that was my previous dev setup. I believe my issue was raised at teh request of @agubler or @matt-gadd after they helped me figure out the correct commands.

If #481 seems to fix it feel free to close it.

schontz avatar Oct 26 '18 16:10 schontz