Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 996 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 996 Bytes

shogo-log3

【中級】XD デザインからのコーディング実践演習【JavaScript 導入】https://note.com/samuraibrass/n/nd1748e42934e

Note

gulp-imagemin

gulp-stylelint

  • problem: gulp-stylelint error on installation
  • resolve: Use @ronilaukkarinen/gulp-stylelint npm package
  • resource: olegskl/gulp-stylelint#132

json

  • problem: When referring to meta information, if the key contains special characters, it must be enclosed in square brackets, which is time consuming.
  • resolve: The key naming convention is lowerCase.
  • example: img:common(NG), imgCommon(ok)

gulp-json-sass-vars

  • problem: Critical warning during installation.
  • resolve: Since it is only used during development, the vulnerability is deemed not to be a particular problem.