ruby on rails - 'twitter/bootstrap/bootstrap.less' wasn't found -


i trying play twitter bootstrap basics using rails 4.0.0.rc1 , ruby 1.9.3p392.

then try access http://localhost:3000/products

i'm having error:

'twitter/bootstrap/bootstrap.less' wasn't found.

please see attached screenshot.

code available @ https://github.com/tenzan/twitter-bootstrap.git

enter image description here

you have require bootstrap less (bootstrap_and_overrides.css.less) in application.css

/*  *= require bootstrap_and_overrides  */ 

Comments

Popular posts from this blog

php - Dynamic url re-writing using htaccess -

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -