Skip to content

Instantly share code, notes, and snippets.

@darwin
Last active March 10, 2017 21:23
Show Gist options
  • Select an option

  • Save darwin/0742ab67493c0149e934476b05e74bf3 to your computer and use it in GitHub Desktop.

Select an option

Save darwin/0742ab67493c0149e934476b05e74bf3 to your computer and use it in GitHub Desktop.
> lein dev-dirac-sample 22:21:59 browser | selected browser binary '/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary'
22:21:59 browser | waiting for compilation of clojurescript components...
22:22:01 fig-dirac | Figwheel: Cutting some fruit, just a sec ...
22:22:01 server-sample | Starting HTTP server on port 9977 => http://localhost:9977
22:22:01 fig-sample | Figwheel: Cutting some fruit, just a sec ...
22:22:01 fig-marion | Figwheel: Cutting some fruit, just a sec ...
22:22:02 marion-cs | Watching for changes before compiling ClojureScript...
22:22:11 marion-cs | Compiling "test/marion/resources/unpacked/.compiled/content_script/content_script.js" from ("src/empty" "src/settings" "src/shared" "test/marion/src/content_script")...
22:22:17 fig-sample | Figwheel: Validating the configuration found in project.clj
22:22:17 fig-sample | Figwheel: Configuration Valid :)
22:22:18 fig-marion | Figwheel: Validating the configuration found in project.clj
22:22:18 fig-marion | Figwheel: Configuration Valid :)
22:22:18 fig-sample | Figwheel: Starting server at http://0.0.0.0:7111
22:22:18 fig-dirac | Figwheel: Validating the configuration found in project.clj
22:22:18 fig-dirac | Figwheel: Configuration Valid :)
22:22:18 fig-sample | Figwheel: Watching build - demo
22:22:18 fig-sample | Compiling "resources/public/.compiled/demo/demo.js" from ("src/shared" "src/demo" "checkouts/cljs-devtools/src/lib" "checkouts/dirac/src/runtime")...
22:22:18 fig-marion | Figwheel: Starting server at http://0.0.0.0:7200
22:22:18 fig-marion | Figwheel: Watching build - marion-background
22:22:18 fig-marion | Figwheel: Cleaning build - marion-background
22:22:18 fig-marion | Compiling "test/marion/resources/unpacked/.compiled/background/background.js" from ["src/settings" "src/devtools" "src/shared" "test/marion/src/background"]...
22:22:18 fig-dirac | Figwheel: Starting server at http://0.0.0.0:7100
22:22:18 fig-dirac | Figwheel: Watching build - dirac-implant
22:22:18 fig-dirac | Figwheel: Cleaning build - dirac-implant
22:22:18 fig-dirac | Compiling "resources/unpacked/devtools/front_end/dirac/.compiled/implant/implant.js" from ["src/settings" "src/lib" "src/shared" "src/project" "src/devtools" "src/implant"]...
22:22:23 fig-sample | Successfully compiled "resources/public/.compiled/demo/demo.js" in 5.122 seconds.
22:22:23 fig-sample | Figwheel: Watching build - tests
22:22:23 fig-sample | Compiling "resources/public/.compiled/tests/tests.js" from ("src/shared" "src/tests" "checkouts/cljs-devtools/src/lib" "checkouts/dirac/src/runtime")...
22:22:24 fig-sample | Successfully compiled "resources/public/.compiled/tests/tests.js" in 1.198 seconds.
22:22:42 fig-marion | Successfully compiled "test/marion/resources/unpacked/.compiled/background/background.js" in 24.013 seconds.
22:22:43 browser | /Users/darwin/code/dirac-ws/dirac/.notify/marion-background found
22:22:46 marion-cs | Successfully compiled "test/marion/resources/unpacked/.compiled/content_script/content_script.js" in 34.641 seconds.
22:22:46 browser | /Users/darwin/code/dirac-ws/dirac/.notify/marion-content-script found
22:22:51 fig-dirac | Successfully compiled "resources/unpacked/devtools/front_end/dirac/.compiled/implant/implant.js" in 32.138 seconds.
22:22:51 fig-dirac | Figwheel: Watching build - dirac-background
22:22:51 fig-dirac | Figwheel: Cleaning build - dirac-background
22:22:51 fig-dirac | Compiling "resources/unpacked/.compiled/background/dirac.js" from ["src/settings" "src/lib" "src/figwheel" "src/shared" "src/project" "src/devtools" "src/background"]...
22:22:51 browser | /Users/darwin/code/dirac-ws/dirac/.notify/dirac-implant found
22:23:08 fig-dirac | Successfully compiled "resources/unpacked/.compiled/background/dirac.js" in 17.111 seconds.
22:23:08 fig-dirac | Figwheel: Watching build - dirac-options
22:23:08 fig-dirac | Figwheel: Cleaning build - dirac-options
22:23:08 fig-dirac | Compiling "resources/unpacked/.compiled/options/dirac.js" from ["src/settings" "src/lib" "src/figwheel" "src/shared" "src/project" "src/devtools" "src/options"]...
22:23:09 browser | /Users/darwin/code/dirac-ws/dirac/.notify/dirac-background found
22:23:24 fig-dirac | Successfully compiled "resources/unpacked/.compiled/options/dirac.js" in 16.762 seconds.
22:23:25 browser | /Users/darwin/code/dirac-ws/dirac/.notify/dirac-options found
22:23:25 browser | + '/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary' --remote-debugging-port=9222 --user-data-dir=.profiles/dirac-sample --no-first-run --enable-experimental-extension-apis --disk-cache-dir=/dev/null --media-cache-dir=/dev/null --disable-hang-monitor --disable-prompt-on-repost --dom-automation --full-memory-crash-report --no-default-browser-check --disable-infobars --disable-default-apps --load-extension=/Users/darwin/code/dirac-ws/dirac/resources/unpacked,/Users/darwin/code/dirac-ws/dirac/test/marion/resources/unpacked http://localhost:9977
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment