Open
Description
gulp.task('copy:css', function() {
return gulp
.src([
config.src.root + '/css/**/.'
])
.pipe(gulp.dest(config.dest.root + '/css/'));
});
gulp.task('copy', [
'copy:img',
'copy:css',
// 'copy:rootfiles',
// 'copy:lib',
'copy:fonts'
]);
Многие плагины написаны с привязкой файлов в директории CSS, например:
- jquery.fancybox.min.css + иконки к плагину
- jquery-ui.css
Metadata
Metadata
Assignees
Labels
No labels