LoginSignup
7

More than 1 year has passed since last update.

gulpエラー

Last updated at Posted at 2016-03-26

gulp-combine-media-queries

「buffer.js:169
throw new TypeError('must start with number, buffer, array or string');...」が出る
gulp-combine-media-queries/index.jsの152行目を削除

gulp-combine-media-queries/index.js
file.contents = new Buffer(cssJson);

gulp-ejs

拡張子が.ejsのまま
version2.0.0の仕様
gulpfile.jsの「ejs()」部分書き換え拡張子オプション追加

gulpfile.js
ejs({}, {ext: '.html'})

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7