vsc-material-theme/.gulp/index.ts
2017-06-12 19:49:50 +02:00

10 lines
279 B
TypeScript

// export the tasks
export * from './tasks/changelog';
export * from './tasks/bump';
export * from './tasks/icons';
export * from './tasks/icons-accents';
export * from './tasks/themes';
export * from './tasks/watcher';
// export default script
export default ['build:themes'];