Open addbrick opened 9 years ago
One thing I noticed was that I didn't want to worry about the Javascript-related things, so I just set my source: ./app/assets/stylesheets
and that got everything to work
One of my stylesheets is an .erb
which can't change. Sad times
I am not sure if I am describing this correctly so let me know if anything needs clarification.
I have a rails app that is using scss, coffee, and haml. I set up hologram following the readme and pivotal labs post (did not set up grunt).
this is my config file
Some of my
.erb
files referenceSettings
which is created by the rails_config gem. Everytime I runbundle exec hologram
I get the following errorIt looks like my
Settings
are not being loaded. I am not sure how to get them to load or why they are not loading in the first place. Any help is appreciated. If I am using it wrong please let me know.