Hey guys, Been using mezzanine as the backend for my company's data aggregation dashboard for a few months now, and for the most part it has been a joy to work with!
I ran into an interesting issue today: I went to deploy some of our code changes with just about the standard fabric setup, modified slightly to use ssl with our self-signed cert. Instead of running fab deploy from the root project directory as I usually do, I ran it from a terminal open in [project_directory]/angular_dashboard_app/static This ran the deploy without errors, but only deployed the changes in that one directory. I ended up panicking over a bunch of broken stuff in the site for a few minutes until I figured out that it wasn't deploying the rest of our code changes. Deployed again from the root project directory and everything seemed to work. Is this a bug, or was the deploy command set up to run this way for a specific reason? Running rsync as my deploy tool, if it helps. Cheers, Chad -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
