rbiggs / chocolatechip-ui

Mobile Web App Framework for Webkit Browsers

Home Page:https://chocolatechip-ui.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build.py by default tries to output compiled files to "/Users/tom/Desktop/Bongo"

FrederikNJS opened this issue · comments

And due to the fact that my name is not Tom and that I'm not running Mac OS X, the build fails.

A good solution would be to build in a folder inside the repository directory.

Of course, the instructions for the build script clearly state to change the project name and path to what suits your needs. The path while be the place on your machine to wherever you want the project to be. The default is "/Users/tom/Desktop/Bongo". If you want your project to be somewhere, you'll need to change that to match your computer. That would include YOUR user name as part of the path to wherever you want it. If your user name is jumbo, that would be something like "Users/jimbo/......." Where do you want to put your project? That's your choice. Maybe you have a special directory called dev. In that case you could use "/Users/jimbo/dev". Maybe you want to put the project in a sites folder, so "/Users/jimbo/Sites" or maybe you are using MAMP or XAMPP and you want to put it in their default folders. The path should describe the path to an existing folder. The project name will be a new folder created in the folder the path points to. I hope that's clear.