LockerProject / Locker

Locker - the "me" platform
http://lockerproject.org/
BSD 3-Clause "New" or "Revised" License
1.07k stars 123 forks source link

Locker won't start without build.json #879

Closed tomgalloway closed 12 years ago

tomgalloway commented 12 years ago

Hi,

On the latest code, lockerd.js trys to open build.json but this file isn't created or under source control. I've got round it by creating this file with dummy data but I'm not sure what data needs to be in here?

Cheers, Tom

quartzjer commented 12 years ago

I'm mobile at the moment, but I believe the makefile should create it, try typing 'make'?

On Feb 28, 2012, at 5:02 AM, tomgallowayreply@reply.github.com wrote:

Hi,

On the latest code, lockerd.js trys to open build.json but this file isn't created or under source control. I've got round it by creating this file with dummy data but I'm not sure what data needs to be in here?

Cheers, Tom


Reply to this email directly or view it on GitHub: https://github.com/LockerProject/Locker/issues/879

tomgalloway commented 12 years ago

Yeah that fixed it thanks.