My assets are loading correctly in development. However, when I go to push live (on AppFog), I get the following error: "File to import not found or unreadable: bourbon."
This errors is found in the "_bourbon_neat.scss" file, located in my /app/assets/helpers directory. The specific line throwing the error is
@import "bourbon";
The "bourbon" file isn't actually in the directory structure, but is included in the 'bourbon' gem.
I tried pushing with and without precompiled assets, neither of which seemed to work. I also had a similar problem in another application, using the 'zurb-foundation' library instead. I did manage to get the application running by just pushing continually, but I have no idea why it worked in those instances.
Any help would be appreciated.