vsc-material-theme/.gulp/paths.js

11 lines
195 B
JavaScript
Raw Normal View History

2017-02-04 11:42:25 +01:00
import infos from '../package.json';
const today = new Date()
, paths = {
'icons': './icons',
'themes': './themes',
2017-02-18 19:29:35 +01:00
'src': './src',
'dist': './dist'
2017-02-04 11:42:25 +01:00
};
export default paths;