summaryrefslogtreecommitdiffstats
path: root/gulp-options.js
blob: e10c5d49e57f4ede2fe2b61f80cd400a56dbb8ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*eslint-env node */
/*global module: true, __dirname: true */

'use strict';

module.exports = {
    'targetFolderPath': './target',
    'srcFolderPath': './app',
    'tempFolderPath': __dirname + '/.temp',
    'nodeModulesFolderPath': './node_modules',
	'bowerFolderPath': __dirname + '/bower_components',
    'dirname': __dirname,
    'excludePath': '!./app/vendors/**/*'
};
OpenPOWER on IntegriCloud