vsc-material-theme/.gulp/index.ts
Mattia Astorino 2f4f56f40d
unlock files
2018-04-20 20:07:36 +02:00

10 lines
295 B
TypeScript

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