Ruby on Rails Template Question

Asked 1 years ago, Updated 1 years ago, 96 views

I tried to make a homepage using a template.

In the template, there were css, font, img, js, sass folders in the assets folder.

So I put the css, sass folders in the template into the Ruby on Rails project directory App/assets/style sheets, and I put the contents in the js folder into the App/assets/javascript.

And when I ran the project, I got an error like

https://ide.c9.io/bee0005/aaaaaaaaaaa#openfile-README.md

I was working on c9. I really want to use this template, but it's so frustrating

ruby ruby-on-rails web template theme

2022-09-22 21:25

1 Answers

I had to sign up for c9, so I couldn't look closely, but based on the error you posted, I am an error because the $bg-info variable is not declared. Make sure the file containing $bg-info is not missing.


2022-09-22 21:25

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.