kilbot / WooCommerce-POS

:bangbang: All development now at https://github.com/wcpos.
http://wcpos.com
GNU General Public License v3.0
353 stars 125 forks source link

NoMethodError: undefined method `specificity' for [:not(.loading)]:Array #144

Closed Goosse closed 7 years ago

Goosse commented 7 years ago

I followed your instructions for installing for local development. Everything seemed to go fine. It is currently running on http://php56.local

But when I go to http://php56.local/pos/ I get the error message:

NoMethodError: undefined method `specificity' for [:not(.loading)]:Array

What could be causing this?

kilbot commented 7 years ago

There is a dependency on compass which is not mentioned in the readme ... it's something that I have been meaning to remove as compass is no longer maintained and generally causes more problems than it's worth.

Your error seems to be something to do with compass and sass. I don't know exactly what's causing it but perhaps reinstalling would help.

Alternatively, I would happily accept a pull request which removed the compass/sass dependency 😄

Goosse commented 7 years ago

I have since reinstalled without this issue.

kilbot commented 7 years ago

Hi @Goosse, there is a project rewrite underway that you may be interested in ... if so, could you contact me at paul@wcpos.com so I can give you more details?