검색결과 리스트
글
LANGUAGE/!$%!% ERROR NOTE
2019. 6. 24. 05:10
Gulp (걸프) - CSSLINT
1. Error - 오류
csslint.reporter is not a function
2. Problem - 문제
버전업이 되면서, 사용법이 바뀌었다.
3. Solved - 해결
reporter
를 formatter
로 바꾸자
-
before
.pipe(csslint.reporter(cssLintReporter))
-
after
.pipe(csslint.formatter("compact"))
Reference - 참조
csslint.reporter is not a function: https://github.com/xtratio/amocrm-widget-starter-kit/issues/8