Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby Build a Simple Ruby on Rails Application Frontend Development Adding Interactivity

How can I retrieve files from bootstrap - Ruby on rails class

I'm working on Ruby on rails class using Bootstrap files. After playing around with statuses.js.coffee & applications.js files and I noticed that the program is not working and showing the error message:

GET http://0.0.0.0:3000/assets/bootstrap.css.map 404 (Not Found)

I think somewhat I managed mass up with bootstrap files (or perhaps something else).

Is there anyway I can retrieve all files other than deleting and reloading them? Or is there any better way to resolve the problem?

Thanks!

1 Answer

Hi, Seyoung, there isn't currently a way to do this, but you can manually use the workspace as a git repository using the console. For more information, check out this link and Treehouse content on Git.