Skip to content

Instantly share code, notes, and snippets.

@mgcrea
Created February 19, 2015 00:31
Show Gist options
  • Save mgcrea/523ef0ea0b37ee9b330b to your computer and use it in GitHub Desktop.
Save mgcrea/523ef0ea0b37ee9b330b to your computer and use it in GitHub Desktop.
$ gulp build
2015-02-19T00:30:38.039Z - break: [ 'options',
{ src:
{ scripts: '{scripts,modules}/**/*.js',
views: '{,modules/*/}{views,scripts,modules}/**/*.{jade,html}' },
type: 'application' } ]
2015-02-19T00:30:38.041Z - break: [ 'defaults',
{ src:
{ cwd: 'app',
dest: 'dist',
tmp: '.tmp',
test: '{,*/}*{.spec,Spec}.js',
index: 'index.{html,jade}',
views: '{views,modules/*}/**/*.{html,jade}',
scripts: '{scripts,modules/*}/**/*.{js,es6,es}',
styles: '{styles,modules/*}/{**/*.css,*.less,*.sass,*.scss}',
images: '{images,modules/*}/{,*/}*.{jpg,png,svg}',
fonts: '{fonts,modules/*}/{,*/}*.{otf,eot,svg,ttf,woff}',
data: 'data/{,*/}*.json',
config: 'config/*.json' },
sourcemaps: 'dev',
test:
{ cwd: 'test',
dest: 'test',
tmp: '.tmp',
unit: 'karma.conf.js',
coverage: 'coverage',
tests: '{,*/}*{.spec,Spec}.js' } } ]
RangeError: Maximum call stack size exceeded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment