Skip to content

Instantly share code, notes, and snippets.

@wshaddix
Last active November 25, 2015 01:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wshaddix/910b82a2bf05bfdcbf3d to your computer and use it in GitHub Desktop.
Save wshaddix/910b82a2bf05bfdcbf3d to your computer and use it in GitHub Desktop.
var appRoot = 'src/';
var outputRoot = 'dist/';
var exporSrvtRoot = 'export/';
var wwwroot = 'wwwroot/';
module.exports = {
wwwroot: wwwroot,
root: appRoot,
source: appRoot + '**/*.js',
html: appRoot + '**/*.html',
css: appRoot + '**/*.css',
style: 'styles/**/*.css',
output: outputRoot,
exportSrv: exporSrvtRoot,
doc: './doc',
e2eSpecsSrc: 'test/e2e/src/*.js',
e2eSpecsDist: 'test/e2e/dist/'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment