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
you have require bootstrap less (bootstrap_and_overrides.css.less) in application.css
/* *= require bootstrap_and_overrides */
Comments
Post a Comment