Skip to content

Instantly share code, notes, and snippets.

@andrewbt
Created June 10, 2015 15:04
Show Gist options
  • Save andrewbt/a0bd32309971552863ff to your computer and use it in GitHub Desktop.
Save andrewbt/a0bd32309971552863ff to your computer and use it in GitHub Desktop.
blog error
Andrews-CartoDB-MacBook-Pro:blog athompson$ grunt serve
Running "serve" task
Running "clean:dist" (clean) task
Cleaning .sass-cache...OK
Cleaning .tmp...OK
Cleaning _site/404.html...OK
Cleaning _site/TrendMap...OK
Cleaning _site/academy-torque-js...OK
Cleaning _site/allow-robots.txt...OK
Cleaning _site/author...OK
Cleaning _site/categories...OK
Cleaning _site/css...OK
Cleaning _site/data-sync-ogr...OK
Cleaning _site/disallow-robots.txt...OK
Cleaning _site/docs...OK
Cleaning _site/earth-day...OK
Cleaning _site/ebp-greenweek...OK
Cleaning _site/favicon.ico...OK
Cleaning _site/feed.json...OK
Cleaning _site/feed.xml...OK
Cleaning _site/fisher...OK
Cleaning _site/gdelt...OK
Cleaning _site/geojournews...OK
Cleaning _site/geojournews2...OK
Cleaning _site/global-pulse...OK
Cleaning _site/img...OK
Cleaning _site/index.html...OK
Cleaning _site/js...OK
Cleaning _site/leapfrog-lunchs-mad...OK
Cleaning _site/mailchimp...OK
Cleaning _site/mlb-opening-day-2015...OK
Cleaning _site/multilayer-geoportal...OK
Cleaning _site/nepal...OK
Cleaning _site/newco...OK
Cleaning _site/page...OK
Cleaning _site/redirect-permalink...OK
Cleaning _site/rss...OK
Cleaning _site/spanish-elections...OK
Cleaning _site/tagged...OK
Cleaning _site/terms-for-gov-users...OK
Cleaning _site/torque-methods...OK
Cleaning _site/welcome-jorge-sanz...OK
Running "shell:server" (shell) task
Configuration file: /Users/athompson/Documents/repos/dupes/blog/_config.yml
Source: /Users/athompson/Documents/repos/dupes/blog
Destination: _site
Generating...
done.
Auto-regeneration: disabled. Use --watch to enable.
Running "concurrent:server" (concurrent) task
Running "copy:server" (copy) task
Copied 9 files
Done, without errors.
Execution Time (2015-06-08 18:12:08 UTC)
loading tasks 3ms ▇▇▇▇ 8%
copy:server 32ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 89%
Total 36ms
Running "copy:styles" (copy) task
Copied 1 files
Done, without errors.
Execution Time (2015-06-08 18:12:08 UTC)
loading tasks 3ms ▇▇▇▇▇▇▇ 14%
copy:styles 17ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 81%
Total 21ms
Running "compass:server" (compass) task
write _site/css/404.css (0.029s)
unchanged img/icons-s32309b384b.png
write _site/css/main.css (0.917s)
Done, without errors.
Execution Time (2015-06-08 18:12:08 UTC)
compass:server 2s ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 100%
Total 2s
Running "connect:livereload" (connect) task
Started connect web server on http://0.0.0.0:9000
Running "watch" task
Waiting...
Warning: EMFILE: Too many opened files.
Running "watch" task
Waiting...
Warning: EMFILE, too many open files
(...continues doing that EMFILE error forever, and then...)
Running "watch" task
Waiting...
Warning: EMFILE, too many open files
(node) warning: Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral.
(node) warning: Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral.
(node) warning: Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral.
(...and keeps that repeating that error forever, and then...)
(node) warning: Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral.
util.js:35
var str = String(f).replace(formatRegExp, function(x) {
^
RangeError: Maximum call stack size exceeded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment