vsc-material-theme/.gulp/paths.js
2017-04-10 09:45:53 +02:00

11 lines
196 B
JavaScript

import infos from '../package.json';
const today = new Date()
, paths = {
'icons': './icons',
'themes': './themes',
'src': './src',
'dist': './dist'
};
export default paths;