ruby - Rails-less gem error, LESS not processing because gem is pointing to wrong file -


I'm working on a rail app and using less I just change my project to a temporary file Has been saved after editing, and now I am showing an error that reads:

Low: On parserer / operation on an invalid type (/ Users / USERNAME / Desktop / PROJECTNAME /app/assets/stylesheets/custom_bootstrap/custom_bootstrap.less)

There is no error in the above file, but in a deep glance, better errors Showing path of:

() usr/local/rvmruby-2.1.1@PROJECTNAME/gems/less-2.5.0/lib/less/js/lib/less/parser. Js

The problem is that the file above does not exist; I think it is looking for a file that exists:

/ usr / local /rvm/gems/ruby-2.1.1@PROJECTNAME/gems/less-2.5.0/lib/less/js/lib/user/parser.js

Does that file point to Is there any way to do this?

Thank you before time

I got the error at least, now my project (=

custom_bootstrap.less imports a ton of custom import files before that which is not necessary. Removing these files has fixed my problem.

Just to backup however, save this file elsewhere.

Comments

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -