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

  • <small id='ZgzLY'></small><noframes id='ZgzLY'>

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

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

        Gulp 手表不工作

        Gulp Watch is not working(Gulp 手表不工作)
          <tbody id='NGv7o'></tbody>
        <legend id='NGv7o'><style id='NGv7o'><dir id='NGv7o'><q id='NGv7o'></q></dir></style></legend>
        1. <i id='NGv7o'><tr id='NGv7o'><dt id='NGv7o'><q id='NGv7o'><span id='NGv7o'><b id='NGv7o'><form id='NGv7o'><ins id='NGv7o'></ins><ul id='NGv7o'></ul><sub id='NGv7o'></sub></form><legend id='NGv7o'></legend><bdo id='NGv7o'><pre id='NGv7o'><center id='NGv7o'></center></pre></bdo></b><th id='NGv7o'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='NGv7o'><tfoot id='NGv7o'></tfoot><dl id='NGv7o'><fieldset id='NGv7o'></fieldset></dl></div>

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

                <tfoot id='NGv7o'></tfoot>
                • <bdo id='NGv7o'></bdo><ul id='NGv7o'></ul>
                  本文介紹了Gulp 手表不工作的處理方法,對大家解決問題具有一定的參考價(jià)值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!

                  問題描述

                  限時(shí)送ChatGPT賬號..

                  我是 Gulp 的新用戶,我嘗試使用簡單的腳本來查看指南針,但它不起作用.但是當(dāng)我運(yùn)行 gulp compass 時(shí),gulp 可以編譯它.有任何想法嗎?這是我的腳本:

                  I'm new Gulp user, and I try simple script to watch compass, but it didn't work. But when I just run gulp compass gulp can compile it. Any ideas? Here my script:

                  var gulp = require('gulp'),
                      compass = require('gulp-compass'),
                  
                  // Compass
                  gulp.task('compass', function() {
                      gulp.src('./assets/scss/*.scss')
                          .pipe(compass({
                              config_file: './config.rb',
                              css: './assets/css',
                              sass: './assets/scss'
                          }))
                          .pipe(gulp.dest('./assets/css'));
                  });
                  
                  // Default task
                  gulp.task('default', function() {
                      gulp.start('compass');
                  });
                  
                  // Watch
                  gulp.task('watch', function() {
                  
                      // Watch .scss files
                      gulp.watch('./assets/scss/*.scss', ['compass']);
                  
                  });
                  

                  推薦答案

                  你忽略了實(shí)際調(diào)用watch"任務(wù),這和 gulp.watch 不是一回事.您的默認(rèn) gulp 任務(wù)應(yīng)如下所示:

                  You've neglected to actually call the "watch" task, which is not the same thing as gulp.watch. Your default gulp task should instead look like:

                  gulp.task('default', function() {
                      gulp.start('compass');
                      gulp.start('watch');
                  });
                  

                  但它應(yīng)該看起來像:

                  gulp.task('default', ['compass', 'watch']);
                  

                  這篇關(guān)于Gulp 手表不工作的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

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

                  相關(guān)文檔推薦

                  Browserify, Babel 6, Gulp - Unexpected token on spread operator(Browserify,Babel 6,Gulp - 傳播運(yùn)算符上的意外令牌)
                  Is it possible to pass a flag to Gulp to have it run tasks in different ways?(是否可以將標(biāo)志傳遞給 Gulp 以使其以不同的方式運(yùn)行任務(wù)?)
                  Why do we need to install gulp globally and locally?(為什么我們需要在全局和本地安裝 gulp?)
                  How to run Gulp tasks sequentially one after the other(如何一個(gè)接一個(gè)地依次運(yùn)行 Gulp 任務(wù))
                  Visual Studio 2015 crashes when opening Javascript files(打開 Javascript 文件時(shí) Visual Studio 2015 崩潰)
                  Detect FLASH plugin crashes(檢測 FLASH 插件崩潰)
                  <i id='V5p1q'><tr id='V5p1q'><dt id='V5p1q'><q id='V5p1q'><span id='V5p1q'><b id='V5p1q'><form id='V5p1q'><ins id='V5p1q'></ins><ul id='V5p1q'></ul><sub id='V5p1q'></sub></form><legend id='V5p1q'></legend><bdo id='V5p1q'><pre id='V5p1q'><center id='V5p1q'></center></pre></bdo></b><th id='V5p1q'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='V5p1q'><tfoot id='V5p1q'></tfoot><dl id='V5p1q'><fieldset id='V5p1q'></fieldset></dl></div>
                      <legend id='V5p1q'><style id='V5p1q'><dir id='V5p1q'><q id='V5p1q'></q></dir></style></legend>
                        • <bdo id='V5p1q'></bdo><ul id='V5p1q'></ul>
                        • <tfoot id='V5p1q'></tfoot>

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

                              <tbody id='V5p1q'></tbody>
                            主站蜘蛛池模板: 亚洲一区二区精品视频 | 狠狠天天 | 日本一区二区影视 | 日韩视频精品在线 | 国产精品国产三级国产aⅴ中文 | 国产精品成人av | 欧美成人一区二区三区 | 日韩日韩日韩日韩日韩日韩日韩 | 国产高清精品一区二区三区 | 国产极品粉嫩美女呻吟在线看人 | 久久综合一区二区三区 | 嫩草一区二区三区 | 国产精品1区2区 | 日本久久久一区二区三区 | 欧美日韩一区二区三区四区 | 亚洲精品中文字幕 | 日韩av福利在线观看 | 超碰高清 | 在线免费黄色小视频 | 国产日产欧产精品精品推荐蛮挑 | 亚洲欧美日韩中文字幕一区二区三区 | 精品国产伦一区二区三区观看体验 | 最新日韩精品 | 精品日韩一区二区 | 日韩伦理一区二区 | 亚洲网站在线播放 | 亚洲一区二区av | 韩日一区二区 | 久久精品91久久久久久再现 | av综合站| 欧美男人的天堂 | 亚洲国产精选 | 四虎影视免费在线 | 亚洲二区在线观看 | 国偷自产av一区二区三区 | 成人一级视频在线观看 | 亚洲手机视频在线 | 午夜大片 | 91影库 | 国产一区二区三区四区五区加勒比 | 91一区二区 |