SB

Size: a a a
SB
SB
gulp.task('pug', function () {
return gulp.src('app/pug/pages/*.pug')
.pipe(pug({
pretty: true,
}))
.pipe(gulp.dest('build'))
.on('end', browserSync.reload);
})
SB
MK
SB
a
RO
import * as components from './components';
import theme from './theme';
export {
...components
}
export {
theme
};
И
А
VD
ДШ
ДШ
IM