vsc-material-theme/.gulp/index.js
2017-05-10 09:37:48 +02:00

9 lines
205 B
JavaScript

// import the tasks
import './tasks/changelog';
import './tasks/bump';
import './tasks/icons';
import './tasks/themes';
import './tasks/watcher';
// export default script
export default ['build:themes'];