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

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -