@arminlinzbauer/gulpex
Version:
Extensible Gulp Wrapper for Easy Set-up and Project Integration (SASS + JS)
18 lines (17 loc) • 381 B
JavaScript
const defaults = {
projectRoot: '.',
documentRoot: './html',
assetDirectory: './html/assets',
nodeModules: './node_modules',
cssDirectory: './html/css',
scriptsDir: './html/js',
bundles: {},
assets: [],
includePaths: [],
security: {
extensions: {
allowConfigAccess: false
}
}
};
module.exports = { defaults }