smartacme/ts/smartacme.paths.ts

7 lines
211 B
TypeScript
Raw Normal View History

2016-11-11 13:17:50 +00:00
import * as path from 'path'
import * as smartfile from 'smartfile'
2016-11-07 17:41:52 +00:00
2016-11-11 13:17:50 +00:00
export let packageDir = path.join(__dirname,'../')
export let assetDir = path.join(packageDir,'assets/')
smartfile.fs.ensureDirSync(assetDir)