blob: 68240d7f0c97438a68b5dc7e303c88338dd16736 [file] [log] [blame]
/*eslint-env node */
/*global module: true, __dirname: true */
'use strict';
module.exports = {
'targetFolderPath': './target',
'srcFolderPath': './app',
'tempFolderPath': __dirname + '/.temp',
'nodeModulesFolderPath': './node_modules',
'bowerFolderPath': './app/bower_components',
'dirname': __dirname,
'excludePath': '!./app/vendors/**/*'
};