久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

  • <legend id='gaG0p'><style id='gaG0p'><dir id='gaG0p'><q id='gaG0p'></q></dir></style></legend>
    <i id='gaG0p'><tr id='gaG0p'><dt id='gaG0p'><q id='gaG0p'><span id='gaG0p'><b id='gaG0p'><form id='gaG0p'><ins id='gaG0p'></ins><ul id='gaG0p'></ul><sub id='gaG0p'></sub></form><legend id='gaG0p'></legend><bdo id='gaG0p'><pre id='gaG0p'><center id='gaG0p'></center></pre></bdo></b><th id='gaG0p'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='gaG0p'><tfoot id='gaG0p'></tfoot><dl id='gaG0p'><fieldset id='gaG0p'></fieldset></dl></div>

      <bdo id='gaG0p'></bdo><ul id='gaG0p'></ul>

        <tfoot id='gaG0p'></tfoot>

        <small id='gaG0p'></small><noframes id='gaG0p'>

      1. 無法編譯現有項目,因為 Compass 找不到它

        Unable to compile an existing project because Compass can#39;t find it(無法編譯現有項目,因為 Compass 找不到它)
        <legend id='c1Pcy'><style id='c1Pcy'><dir id='c1Pcy'><q id='c1Pcy'></q></dir></style></legend>
          <tbody id='c1Pcy'></tbody>

            • <i id='c1Pcy'><tr id='c1Pcy'><dt id='c1Pcy'><q id='c1Pcy'><span id='c1Pcy'><b id='c1Pcy'><form id='c1Pcy'><ins id='c1Pcy'></ins><ul id='c1Pcy'></ul><sub id='c1Pcy'></sub></form><legend id='c1Pcy'></legend><bdo id='c1Pcy'><pre id='c1Pcy'><center id='c1Pcy'></center></pre></bdo></b><th id='c1Pcy'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='c1Pcy'><tfoot id='c1Pcy'></tfoot><dl id='c1Pcy'><fieldset id='c1Pcy'></fieldset></dl></div>

              <small id='c1Pcy'></small><noframes id='c1Pcy'>

                  <bdo id='c1Pcy'></bdo><ul id='c1Pcy'></ul>

                • <tfoot id='c1Pcy'></tfoot>
                  本文介紹了無法編譯現有項目,因為 Compass 找不到它的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  我剛剛通過執行以下命令在我的應用程序基目錄中安裝了基礎:

                  I just installed the foundation in my application base directory by executing the following command:

                  compass create myprojectname -r zurb-foundation --using foundation
                  

                  現在我打開了 sass/_settings.scss 文件,我取消了第 66 行的注釋:

                  Now I have open the sass/_settings.scss file and I have un-comment the 66th line that is the following:

                  $include-html-classes: true;
                  

                  最后,我嘗試通過執行以下命令來編譯我的基礎項目以包含 html 類:

                  finaly, I try to compile my foundation project in order to include the html classes by executing the following command:

                  compass compile
                  

                  但我在命令提示符中得到以下結果:

                  but I am getting the following result in my command prompt:

                  Nothing to compile. If you're trying to starta new project, you have left off the directory argument.
                  Run "compass -h" to get help.
                  

                  另外,基于此頁面:http://foundation.zurb.com/old-docs/f3/compass.php 我嘗試使用以下命令編譯我的 scss 代碼:

                  also, based on this page : http://foundation.zurb.com/old-docs/f3/compass.php I try to compile my scss code by using the command:

                  指南針手表

                  但我再次收到與指南針旁邊的編譯參數相同的消息.

                  but again I am getting the same message as with compile argument next to compass.

                  注意:我正在同一目錄中執行上述命令,我為基礎項目創建運行第一個命令.

                  Note: I am executing the above commands in the same directory I run the first command for the foundation project creationg.

                  注意:我是 compass、sass、foundation 框架的新手.實際上,今天是我第一次使用它們,所以我不是經驗豐富的用戶.請善待我:)

                  Note: I am very new user on compass, sass, foundation framework. Actually, today is the first time I am using them, so I am not expirienced user. Please be kind with me :)

                  有沒有人可以幫我解決這個問題?

                  Is there anybody to help me with that ?

                  推薦答案

                  當您使用 compass create [directory_name] 時,Compass 在 ./[directory_name] 中創建您的項目相對于當前目錄(運行 compass create 沒有目錄名稱會在當前目錄中創建項目).為了編譯或觀看 Compass 項目,您需要執行以下任一操作:

                  When you use compass create [directory_name], Compass creates your project within ./[directory_name] relative from your current directory (running compass create without the directory name would have created the project in the current directory). In order to compile or watch a Compass project, you need to do either of the following things:

                  • 通過 compass compile [path_to_config.rb]
                  • 告訴 Compass 你的項目在哪里
                  • 切換到config.rb所在目錄,運行compass compile

                  或者,您可以將 config.rb 移動到要運行命令的位置.只需確保編輯在所述文件中配置的目錄的路徑即可.

                  Alternately, you could move your config.rb to where you want to run your command. Just make sure you edit the paths to directories configured within said file.

                  這篇關于無法編譯現有項目,因為 Compass 找不到它的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  Selenium WebDriver get text from CSS property quot;contentquot; on a ::before pseudo element(Selenium WebDriver 從 CSS 屬性“內容獲取文本在 ::before 偽元素上)
                  CSS Rotate Text Vertical - Extra Space on both sides(CSS垂直旋轉文本 - 兩側的額外空間)
                  Safari CSS Bug: Animation Rotation Direction Incorrect?(Safari CSS Bug:動畫旋轉方向不正確?)
                  Rotating 90 degrees in CSS in IE8 and lower(在 IE8 及更低版本的 CSS 中旋轉 90 度)
                  How to calculate translate x and y value when resize after rotate..?(旋轉后調整大小時如何計算平移x和y值..?)
                  Flip div with two sides of html(用html的兩側翻轉div)
                  <legend id='Hyqzq'><style id='Hyqzq'><dir id='Hyqzq'><q id='Hyqzq'></q></dir></style></legend>

                          <tbody id='Hyqzq'></tbody>

                        <tfoot id='Hyqzq'></tfoot>
                        • <bdo id='Hyqzq'></bdo><ul id='Hyqzq'></ul>
                            <i id='Hyqzq'><tr id='Hyqzq'><dt id='Hyqzq'><q id='Hyqzq'><span id='Hyqzq'><b id='Hyqzq'><form id='Hyqzq'><ins id='Hyqzq'></ins><ul id='Hyqzq'></ul><sub id='Hyqzq'></sub></form><legend id='Hyqzq'></legend><bdo id='Hyqzq'><pre id='Hyqzq'><center id='Hyqzq'></center></pre></bdo></b><th id='Hyqzq'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='Hyqzq'><tfoot id='Hyqzq'></tfoot><dl id='Hyqzq'><fieldset id='Hyqzq'></fieldset></dl></div>

                            <small id='Hyqzq'></small><noframes id='Hyqzq'>

                            主站蜘蛛池模板: 久久久久久国产精品 | 天天操夜夜看 | 国产xxxx岁13xxxxhd | 日韩国产精品一区二区三区 | 在线亚州 | 久久成| 国产精品视频一区二区三 | 日本不卡一区 | 亚洲免费高清 | 亚洲在线| 免费在线观看成年人视频 | 精品久久久久久久人人人人传媒 | 国产日产精品一区二区三区四区 | 欧美一级淫片007 | 亚洲欧美一区二区三区国产精品 | 日韩在线精品强乱中文字幕 | 欧美福利 | 国产精品久久久久久久久久软件 | 日韩中文一区二区三区 | 成人午夜在线视频 | 欧美激情欧美激情在线五月 | 九九热精品视频在线观看 | 久久久久av | 韩国av一区二区 | 97高清国语自产拍 | 国产美女一区二区 | 特黄色一级毛片 | 一级欧美一级日韩片免费观看 | 亚洲成人免费视频 | 日本淫视频 | 国产污视频在线 | 精品国产一区一区二区三亚瑟 | 日韩一二三区 | 亚洲精品二三区 | 中文字幕av亚洲精品一部二部 | 特黄级国产片 | av一级在线观看 | 日韩在线第一 | 国产美女精品 | 日本国产高清 | 99热在线免费 |