2017-05-24 00:46:34 +02:00
|
|
|
// export the tasks
|
2017-05-23 18:44:31 +02:00
|
|
|
export * from './tasks/changelog';
|
|
|
|
export * from './tasks/bump';
|
|
|
|
export * from './tasks/icons';
|
2017-06-12 19:49:50 +02:00
|
|
|
export * from './tasks/icons-accents';
|
2017-06-16 20:44:10 +02:00
|
|
|
export * from './tasks/icons-variants';
|
2017-05-23 18:44:31 +02:00
|
|
|
export * from './tasks/themes';
|
|
|
|
export * from './tasks/watcher';
|
|
|
|
|
|
|
|
// export default script
|
|
|
|
export default ['build:themes'];
|