【发布时间】:2015-12-12 19:22:33
【问题描述】:
我的 react gulpfile 中有这个路径:
var path = {
HTML: 'src/index.html',
ALL: ['src/js/*.js', 'src/js/**/*.js', 'src/index.html'],
JS: ['src/js/*.js', 'src/js/**/*.js'],
MINIFIED_OUT: 'build.min.js',
DEST_SRC: 'dist/src',
DEST_BUILD: 'dist/build',
DEST: 'dist'
};
什么是双球字符?
我知道single glob 是什么...但是double 是什么? single glob
【问题讨论】: