#BuildFile Additions
Add the following line to the top of your Buildfile
config :all, :url_prefix => "/Tasks/static"
#Building and deploying
- Create a directory outside of the Tasks root directory named "tasks-builds"
- Change into the Tasks root directory and issue
sc-build -rc tasks --build=build - When the build finishes issue the following commands from one directory above Tasks
cp -r Tasks/tmp/build/Tasks/static tasks-builds/.cd Tasks && git checkout gh-pagescp -r ../tasks-builds/static .cp static/tasks/en/build/index.html .git add . && git commit -avm "<Your Message>"git push origin gh-pages