summaryrefslogtreecommitdiffstats
path: root/gulp-options.js
blob: ea6770829655000961c25c97b94dd8883af36e53 (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