Hi,
I have a running production like platform with two local branches of edx-platform
open-release/eucalyptus.master branch for official version
test-branch that is a copy of eucalyptus.master with some changes on python, html and sass files
The default branch 'eucalyptus.2' works perfectly, but when I switch to test-branch and run paver update_assets command, I don't get all my changes
missing textures, and some features not working!
I did the same thing on a devstack (test-branch with same content) and all works good.
is there something else should I do to apply the changes?
and what's the best wy to switch between branches on the same server?
Best regards