zhouzhongyuan / qa

Questions recods
MIT License
5 stars 1 forks source link

gulp是什么? #57

Open zhouzhongyuan opened 7 years ago

zhouzhongyuan commented 7 years ago

简介

常用链接

2. gulp什么意思?

/gəlp/ 吞,咽

3. gulp使用的哪种stream?

vinyl

zhouzhongyuan commented 7 years ago

zhouzhongyuan commented 7 years ago

istextorbinary

Determines if a buffer is comprised of text or binary

文件内容 打开方式 显示内容
42 4D C6 9E 04 00 00 00 00 00 36 00 00 00 28 00 记事本 BM茷 ...
42 4D C6 9E 04 00 00 00 00 00 36 00 00 00 28 00 画图 \前两个字符是BM,被解释为位图文件
zhouzhongyuan commented 7 years ago

entry

String The string is resolved to a module which is loaded upon startup. Array: All modules are loaded upon startup. The last one is exported. Object Multiple entry bundles are created.