gulp browserify watchify sass_html/css_WEB-ITnose

WBOY
發布: 2016-06-21 09:12:44
原創
1055 人瀏覽過

gulp.task(, () {  rubysass(scssPath, {    style: ,    loadPath: [      scssPath    ]  })    .pipe(gulp.dest(cssDestPath));});gulp.task(, () {  jscompile();});gulp.task(, () {  jscompile();});jscompile(is_watch) {  customOpts = {    entries: [jsSrcPath + ],    basedir: __dirname,    debug: !production,    cache: {},    packageCache: {},    fullPaths: watch  };  opts = lodash.assign({}, watchify.args, customOpts);  bundler;  (is_watch) {    bundler = watchify(browserify(opts));  } {    bundler = browserify(opts);  }  rebundle() {    bundler      .bundle()      .pipe(source())      .pipe(buffer())      .pipe(sourcemaps.init({loadMaps: }))      .on(, gutil.log)      .pipe(sourcemaps.write())      .pipe(gulp.dest(jsDestPath));  }  bundler.on(, () {    rebundle();  });  bundler.on(, (message) {    console.log(message);  });  rebundle();}
登入後複製
<br />
登入後複製


來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板