[Phonegap+sencha Touch] Mobile development gem installed compass, can not compile scss, how to do?

Source: Internet
Author: User

A lot of people have already discovered that by ordering "gem install compass" To install compass, the following exception will be reported when compiling scss using "Compass compile":

"File to import not found or unreadable:blueprint/typography"


Google a bit, said the new compass has not included compass-bluprint.

So I tried to execute the command "gem install Compass-blueprint" and manually install Compass-blueprint myself. Although it was loaded, the "Compass Compile" was compiled scss with an exception:

"Undefined mixin ' experimental '"


The above is what I tested in the virtual machine system.

My own machine because it was a long time ago loaded compass, can normally compile scss, I run "compass-v" view of my compass version, is 0.12.2,.

So I tried to install the previous version of Compass in the virtual machine and finally succeeded.


Workaround:

1. If you have tried "gem install compass-blueprint" Installation Compass-blueprint, then you must first uninstall:

Gem Uninstall Compass-blueprint

2, uninstall Sass, this is the compass installed when the installation, you need to uninstall the

Gem Uninstall Sass

3. Uninstalling Compass

Gem Uninstall Compass

4. Install 3.2.12 Version of Sass

Gem Install sass-v 3.2.12

5. Install 0.12.2 version of Compass

Gem Install Compass--version 0.12.2


All right, enjoy it!.




Welcome to Sencha Touch + Phonegap Group: 194182999

Joint Learning Communication (blogger qq:479858761)

[Phonegap+sencha Touch] Mobile development gem installed compass, can not compile scss, how to do?

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.