vsc-material-theme/.gulp/paths.js
2017-04-06 09:42:41 -05:00

11 lines
200 B
JavaScript

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