boot-clj / boot-cljs

Boot task to compile ClojureScript programs.
Eclipse Public License 1.0
176 stars 40 forks source link

compile error triggers new builds #37

Closed stephanos closed 9 years ago

stephanos commented 9 years ago

I have 4 outputs: for the browser (app.js) and for the server (node.js), as well as test for browser (app.test.js) and server (app.node.js). When I have a compile error I see this after hitting save:

Compiling SASS...
Compiling boot-cljs-app-node.js...
clojure.lang.ExceptionInfo: failed compiling file:/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/f8r/-x24pa9/app/core.cljs
    data: {#<Keyword :file> #<File /Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/f8r/-x24pa9/app/core.cljs>}
clojure.lang.ExceptionInfo: EOF while reading, starting at line 12
    data: {#<Keyword :column> 16, #<Keyword :line> 42, #<Keyword :file> "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/f8r/-x24pa9/app/core.cljs", #<Keyword :type> #<Keyword :reader-exception>}
                          clojure.core/ex-info                          core.clj: 4403
clojure.tools.reader.reader-types/reader-error                  reader_types.clj:  336
                                           ...                                        
           clojure.tools.reader/read-delimited                        reader.clj:  167
                clojure.tools.reader/read-list                        reader.clj:  173
                     clojure.tools.reader/read                        reader.clj:  747
                     clojure.tools.reader/read                        reader.clj:  732
      cljs.analyzer/forms-seq/forms-seq*/fn/fn                      analyzer.clj: 1742
         cljs.analyzer/forms-seq/forms-seq*/fn                      analyzer.clj: 1736
                                           ...                                        
                              clojure.core/seq                          core.clj:  133
                cljs.compiler/compile-file*/fn                      compiler.clj:  946
                  cljs.compiler/with-core-cljs                      compiler.clj:  906
                   cljs.compiler/compile-file*                      compiler.clj:  927
                    cljs.compiler/compile-file                      compiler.clj: 1033
                     cljs.closure/compile-file                       closure.clj:  348
                      cljs.closure/eval3108/fn                       closure.clj:  399
                    cljs.closure/eval3044/fn/G                       closure.clj:  306
                      cljs.closure/eval3103/fn                       closure.clj:  404
                    cljs.closure/eval3044/fn/G                       closure.clj:  306
                cljs.closure/get-compiled-cljs                       closure.clj:  468
                cljs.closure/cljs-dependencies                       closure.clj:  512
                 cljs.closure/add-dependencies                       closure.clj:  534
                                           ...                                        
                            clojure.core/apply                          core.clj:  626
                            cljs.closure/build                       closure.clj: 1033
                            cljs.closure/build                       closure.clj:  972
            adzerk.boot-cljs.impl/compile-cljs                          impl.clj:   60
                                           ...                                        
                            clojure.core/apply                          core.clj:  624
                         boot.pod/eval-fn-call                           pod.clj:  176
                             boot.pod/call-in*                           pod.clj:  183
                                           ...                                        
                             boot.pod/call-in*                           pod.clj:  186
                      adzerk.boot-cljs/compile                     boot_cljs.clj:   63
          adzerk.boot-cljs/eval258/fn/fn/fn/fn                     boot_cljs.clj:  133
             adzerk.boot-cljs/eval258/fn/fn/fn                     boot_cljs.clj:  129
             adzerk.boot-cljs/eval234/fn/fn/fn                     boot_cljs.clj:   81
           adzerk.boot-reload/eval382/fn/fn/fn                   boot_reload.clj:   74
           adzerk.boot-reload/eval382/fn/fn/fn                   boot_reload.clj:   67
                    boot.user/eval799/fn/fn/fn  boot.user5961291994962867483.clj:   17
          boot.task.built-in/fn/fn/fn/fn/fn/fn                      built_in.clj:  164
             boot.task.built-in/fn/fn/fn/fn/fn                      built_in.clj:  164
                boot.task.built-in/fn/fn/fn/fn                      built_in.clj:  161
           pandeiro.boot-http/eval426/fn/fn/fn                     boot_http.clj:   51
                    boot.user/eval819/fn/fn/fn  boot.user5961291994962867483.clj:   19
                           boot.core/run-tasks                          core.clj:  618
                                           ...                                        
                          boot.user/eval899/fn  boot.user5961291994962867483.clj:   31
           clojure.core/binding-conveyor-fn/fn                          core.clj: 1910
                                           ...                                        
Elapsed time: 1.042 sec

Compiling SASS...
Compiling boot-cljs-app-node.js...
Compiling boot-cljs-app.js...
Compiling boot-cljs-testable-node.js...
Compiling boot-cljs-testable.js...
..........
PhantomJS 1.9.8 (Mac OS X): Executed 10 of 10 SUCCESS (0.048 secs / 0.024 secs)

  ․․․․․․․․․․․

  10 passing (196ms)
  1 failing

  1) fn render should return rendered HTML:
     TypeError: Cannot read property 'cljs$core$IFn$_invoke$arity$1' of undefined
      at /Users/stephan/Dev/workspace/jobflock/frontend/target/out/app/server/render.js:33:18
      at Function.app.server.render.render_app.render_app__3 [as cljs$core$IFn$_invoke$arity$3] (/Users/stephan/Dev/workspace/jobflock/frontend/target/out/app/server/render.js:34:3)
      at Function.app.server.render.render_app.render_app__1 [as cljs$core$IFn$_invoke$arity$1] (/Users/stephan/Dev/workspace/jobflock/frontend/target/out/app/server/render.js:16:19)
      at Object.render (/Users/stephan/Dev/workspace/jobflock/frontend/target/out/app/server/render.js:62:47)
      at Context.<anonymous> (/Users/stephan/Dev/workspace/jobflock/frontend/target/out/app/server/render_spec.js:24:42)
      at callFn (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runnable.js:251:21)
      at Test.Runnable.run (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runnable.js:244:7)
      at Runner.runTest (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:374:10)
      at /Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:452:12
      at next (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:299:14)
      at /Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:309:7
      at next (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:248:23)
      at Object._onImmediate (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:276:5)
      at processImmediate [as _immediateCallback] (timers.js:345:15)

java.lang.Exception: sh: non-zero exit status (1)
                      boot.util/dosh                          util.clj:  162
                                 ...                                        
          boot.user/eval780/fn/fn/fn  boot.user5961291994962867483.clj:   15
   adzerk.boot-cljs/eval258/fn/fn/fn                     boot_cljs.clj:  126
   adzerk.boot-cljs/eval234/fn/fn/fn                     boot_cljs.clj:   81
 adzerk.boot-reload/eval382/fn/fn/fn                   boot_reload.clj:   74
 adzerk.boot-reload/eval382/fn/fn/fn                   boot_reload.clj:   67
          boot.user/eval799/fn/fn/fn  boot.user5961291994962867483.clj:   17
boot.task.built-in/fn/fn/fn/fn/fn/fn                      built_in.clj:  164
   boot.task.built-in/fn/fn/fn/fn/fn                      built_in.clj:  164
      boot.task.built-in/fn/fn/fn/fn                      built_in.clj:  161
 pandeiro.boot-http/eval426/fn/fn/fn                     boot_http.clj:   51
          boot.user/eval819/fn/fn/fn  boot.user5961291994962867483.clj:   19
                 boot.core/run-tasks                          core.clj:  618
                                 ...                                        
                boot.user/eval899/fn  boot.user5961291994962867483.clj:   31
 clojure.core/binding-conveyor-fn/fn                          core.clj: 1910
                                 ...                                        
Elapsed time: 8.578 sec

Compiling SASS...
Compiling boot-cljs-app-node.js...
clojure.lang.ExceptionInfo: failed compiling file:/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/f8r/-x24pa9/app/core.cljs
    data: {#<Keyword :file> #<File /Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/f8r/-x24pa9/app/core.cljs>}
clojure.lang.ExceptionInfo: EOF while reading, starting at line 12
    data: {#<Keyword :column> 16, #<Keyword :line> 42, #<Keyword :file> "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/f8r/-x24pa9/app/core.cljs", #<Keyword :type> #<Keyword :reader-exception>}
                          clojure.core/ex-info                          core.clj: 4403
clojure.tools.reader.reader-types/reader-error                  reader_types.clj:  336
                                           ...                                        
           clojure.tools.reader/read-delimited                        reader.clj:  167
                clojure.tools.reader/read-list                        reader.clj:  173
                     clojure.tools.reader/read                        reader.clj:  747
                     clojure.tools.reader/read                        reader.clj:  732
      cljs.analyzer/forms-seq/forms-seq*/fn/fn                      analyzer.clj: 1742
         cljs.analyzer/forms-seq/forms-seq*/fn                      analyzer.clj: 1736
                                           ...                                        
                              clojure.core/seq                          core.clj:  133
                cljs.compiler/compile-file*/fn                      compiler.clj:  946
                  cljs.compiler/with-core-cljs                      compiler.clj:  906
                   cljs.compiler/compile-file*                      compiler.clj:  927
                    cljs.compiler/compile-file                      compiler.clj: 1033
                     cljs.closure/compile-file                       closure.clj:  348
                      cljs.closure/eval3108/fn                       closure.clj:  399
                    cljs.closure/eval3044/fn/G                       closure.clj:  306
                      cljs.closure/eval3103/fn                       closure.clj:  404
                    cljs.closure/eval3044/fn/G                       closure.clj:  306
                cljs.closure/get-compiled-cljs                       closure.clj:  468
                cljs.closure/cljs-dependencies                       closure.clj:  512
                 cljs.closure/add-dependencies                       closure.clj:  534
                                           ...                                        
                            clojure.core/apply                          core.clj:  626
                            cljs.closure/build                       closure.clj: 1033
                            cljs.closure/build                       closure.clj:  972
            adzerk.boot-cljs.impl/compile-cljs                          impl.clj:   60
                                           ...                                        
                            clojure.core/apply                          core.clj:  624
                         boot.pod/eval-fn-call                           pod.clj:  176
                             boot.pod/call-in*                           pod.clj:  183
                                           ...                                        
                             boot.pod/call-in*                           pod.clj:  186
                      adzerk.boot-cljs/compile                     boot_cljs.clj:   63
          adzerk.boot-cljs/eval258/fn/fn/fn/fn                     boot_cljs.clj:  133
             adzerk.boot-cljs/eval258/fn/fn/fn                     boot_cljs.clj:  129
             adzerk.boot-cljs/eval234/fn/fn/fn                     boot_cljs.clj:   81
           adzerk.boot-reload/eval382/fn/fn/fn                   boot_reload.clj:   74
           adzerk.boot-reload/eval382/fn/fn/fn                   boot_reload.clj:   67
                    boot.user/eval799/fn/fn/fn  boot.user5961291994962867483.clj:   17
          boot.task.built-in/fn/fn/fn/fn/fn/fn                      built_in.clj:  164
             boot.task.built-in/fn/fn/fn/fn/fn                      built_in.clj:  164
                boot.task.built-in/fn/fn/fn/fn                      built_in.clj:  161
           pandeiro.boot-http/eval426/fn/fn/fn                     boot_http.clj:   51
                    boot.user/eval819/fn/fn/fn  boot.user5961291994962867483.clj:   19
                           boot.core/run-tasks                          core.clj:  618
                                           ...                                        
                          boot.user/eval899/fn  boot.user5961291994962867483.clj:   31
           clojure.core/binding-conveyor-fn/fn                          core.clj: 1910
                                           ...                                        
Elapsed time: 0.846 sec

Compiling SASS...
Compiling boot-cljs-app-node.js...
Compiling boot-cljs-app.js...
Compiling boot-cljs-testable-node.js...
Compiling boot-cljs-testable.js...
..........
PhantomJS 1.9.8 (Mac OS X): Executed 10 of 10 SUCCESS (0.043 secs / 0.018 secs)

  ․․․․․․․․․․․

  10 passing (144ms)
  1 failing

  1) fn render should return rendered HTML:
     TypeError: Cannot read property 'cljs$core$IFn$_invoke$arity$1' of undefined
      at /Users/stephan/Dev/workspace/jobflock/frontend/target/out/app/server/render.js:33:18
      at Function.app.server.render.render_app.render_app__3 [as cljs$core$IFn$_invoke$arity$3] (/Users/stephan/Dev/workspace/jobflock/frontend/target/out/app/server/render.js:34:3)
      at Function.app.server.render.render_app.render_app__1 [as cljs$core$IFn$_invoke$arity$1] (/Users/stephan/Dev/workspace/jobflock/frontend/target/out/app/server/render.js:16:19)
      at Object.render (/Users/stephan/Dev/workspace/jobflock/frontend/target/out/app/server/render.js:62:47)
      at Context.<anonymous> (/Users/stephan/Dev/workspace/jobflock/frontend/target/out/app/server/render_spec.js:24:42)
      at callFn (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runnable.js:251:21)
      at Test.Runnable.run (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runnable.js:244:7)
      at Runner.runTest (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:374:10)
      at /Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:452:12
      at next (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:299:14)
      at /Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:309:7
      at next (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:248:23)
      at Object._onImmediate (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:276:5)
      at processImmediate [as _immediateCallback] (timers.js:345:15)

java.lang.Exception: sh: non-zero exit status (1)
                      boot.util/dosh                          util.clj:  162
                                 ...                                        
          boot.user/eval780/fn/fn/fn  boot.user5961291994962867483.clj:   15
   adzerk.boot-cljs/eval258/fn/fn/fn                     boot_cljs.clj:  126
   adzerk.boot-cljs/eval234/fn/fn/fn                     boot_cljs.clj:   81
 adzerk.boot-reload/eval382/fn/fn/fn                   boot_reload.clj:   74
 adzerk.boot-reload/eval382/fn/fn/fn                   boot_reload.clj:   67
          boot.user/eval799/fn/fn/fn  boot.user5961291994962867483.clj:   17
boot.task.built-in/fn/fn/fn/fn/fn/fn                      built_in.clj:  164
   boot.task.built-in/fn/fn/fn/fn/fn                      built_in.clj:  164
      boot.task.built-in/fn/fn/fn/fn                      built_in.clj:  161
 pandeiro.boot-http/eval426/fn/fn/fn                     boot_http.clj:   51
          boot.user/eval819/fn/fn/fn  boot.user5961291994962867483.clj:   19
                 boot.core/run-tasks                          core.clj:  618
                                 ...                                        
                boot.user/eval899/fn  boot.user5961291994962867483.clj:   31
 clojure.core/binding-conveyor-fn/fn                          core.clj: 1910
                                 ...                                        
Elapsed time: 6.095 sec

Compiling SASS...
Compiling boot-cljs-app-node.js...
Compiling boot-cljs-app.js...
Compiling boot-cljs-testable-node.js...
Compiling boot-cljs-testable.js...
..........
PhantomJS 1.9.8 (Mac OS X): Executed 10 of 10 SUCCESS (0.031 secs / 0.014 secs)

  ․․․․․․․․․․․

  10 passing (140ms)
  1 failing

  1) fn render should return rendered HTML:
     TypeError: Cannot read property 'cljs$core$IFn$_invoke$arity$1' of undefined
      at /Users/stephan/Dev/workspace/jobflock/frontend/target/out/app/server/render.js:33:18
      at Function.app.server.render.render_app.render_app__3 [as cljs$core$IFn$_invoke$arity$3] (/Users/stephan/Dev/workspace/jobflock/frontend/target/out/app/server/render.js:34:3)
      at Function.app.server.render.render_app.render_app__1 [as cljs$core$IFn$_invoke$arity$1] (/Users/stephan/Dev/workspace/jobflock/frontend/target/out/app/server/render.js:16:19)
      at Object.render (/Users/stephan/Dev/workspace/jobflock/frontend/target/out/app/server/render.js:62:47)
      at Context.<anonymous> (/Users/stephan/Dev/workspace/jobflock/frontend/target/out/app/server/render_spec.js:24:42)
      at callFn (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runnable.js:251:21)
      at Test.Runnable.run (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runnable.js:244:7)
      at Runner.runTest (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:374:10)
      at /Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:452:12
      at next (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:299:14)
      at /Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:309:7
      at next (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:248:23)
      at Object._onImmediate (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:276:5)
      at processImmediate [as _immediateCallback] (timers.js:345:15)

java.lang.Exception: sh: non-zero exit status (1)
                      boot.util/dosh                          util.clj:  162
                                 ...                                        
          boot.user/eval780/fn/fn/fn  boot.user5961291994962867483.clj:   15
   adzerk.boot-cljs/eval258/fn/fn/fn                     boot_cljs.clj:  126
   adzerk.boot-cljs/eval234/fn/fn/fn                     boot_cljs.clj:   81
 adzerk.boot-reload/eval382/fn/fn/fn                   boot_reload.clj:   74
 adzerk.boot-reload/eval382/fn/fn/fn                   boot_reload.clj:   67
          boot.user/eval799/fn/fn/fn  boot.user5961291994962867483.clj:   17
boot.task.built-in/fn/fn/fn/fn/fn/fn                      built_in.clj:  164
   boot.task.built-in/fn/fn/fn/fn/fn                      built_in.clj:  164
      boot.task.built-in/fn/fn/fn/fn                      built_in.clj:  161
 pandeiro.boot-http/eval426/fn/fn/fn                     boot_http.clj:   51
          boot.user/eval819/fn/fn/fn  boot.user5961291994962867483.clj:   19
                 boot.core/run-tasks                          core.clj:  618
                                 ...                                        
                boot.user/eval899/fn  boot.user5961291994962867483.clj:   31
 clojure.core/binding-conveyor-fn/fn                          core.clj: 1910
                                 ...                                        
Elapsed time: 5.622 sec

The build stops on the compile error, so far so good. But then it continues to build all 4 outputs multiple times again. Even successfully! What's that all about?

micha commented 9 years ago

You can debug these issues if you use the watch task's --verbose or -v option. This will tell you which files it thinks have changed. Usually this is enough to figure out who the culprit is.

stephanos commented 9 years ago

Okay, so this is the verbose output of adding a compile error when (watch) is running.

without test tasks

event: :create false Path{file=src/main/app}
event: :create false Path{file=src/main/app}
event: :create true Path{file=src/main/app}
registering src/main/app/server [:create :modify]
event: :create true Path{file=src/main/app}
registering src/main/app/test [:create :modify]
event: :create true Path{file=src/main/app}
registering src/main/app/views [:create :modify]
registering src/main/app/views/admin [:create :modify]
registering src/main/app/views/pub [:create :modify]
registering src/main/app/views/shared [:create :modify]
registering src/main/app/views/user [:create :modify]
event: :create false Path{file=src/main/app}
event: :create false Path{file=src/main/app}
event: :create true Path{file=src/main/app}
registering src/main/app/utils [:create :modify]
event: :create false Path{file=src/main/app}
event: :create false Path{file=src/main/app}
event: :create true Path{file=src/main/app}
registering src/main/app/browser [:create :modify]
event: :create false Path{file=src/main/app}
sending change event
event: :create true Path{file=src/main}
registering src/main/js [:create :modify]
event: :create true Path{file=src/main}
registering src/main/app [:create :modify]
registering src/main/app/browser [:create :modify]
registering src/main/app/server [:create :modify]
registering src/main/app/test [:create :modify]
registering src/main/app/utils [:create :modify]
registering src/main/app/views [:create :modify]
registering src/main/app/views/admin [:create :modify]
registering src/main/app/views/pub [:create :modify]
registering src/main/app/views/shared [:create :modify]
registering src/main/app/views/user [:create :modify]
event: :create true Path{file=src/main}
registering src/main/scss [:create :modify]
registering src/main/scss/base [:create :modify]
registering src/main/scss/layout [:create :modify]
registering src/main/scss/themes [:create :modify]
registering src/main/scss/utils [:create :modify]
registering src/main/scss/vendors [:create :modify]
registering src/main/scss/vendors/bitters [:create :modify]
registering src/main/scss/vendors/bitters/extends [:create :modify]
registering src/main/scss/vendors/bourbon [:create :modify]
registering src/main/scss/vendors/bourbon/addons [:create :modify]
registering src/main/scss/vendors/bourbon/css3 [:create :modify]
registering src/main/scss/vendors/bourbon/functions [:create :modify]
registering src/main/scss/vendors/bourbon/helpers [:create :modify]
registering src/main/scss/vendors/bourbon/settings [:create :modify]
registering src/main/scss/vendors/foundation [:create :modify]
registering src/main/scss/vendors/foundation/components [:create :modify]
registering src/main/scss/vendors/foundation/helpers [:create :modify]
registering src/main/scss/vendors/foundation/vendor [:create :modify]
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9}
sending change event
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9/app}
sending change event
clojure.lang.ExceptionInfo: failed compiling file:/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9/app/core.cljs
    data: {#<Keyword :file> #<File /Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9/app/core.cljs>}
clojure.lang.ExceptionInfo: EOF while reading, starting at line 18
    data: {#<Keyword :column> 16, #<Keyword :line> 42, #<Keyword :file> "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9/app/core.cljs", #<Keyword :type> #<Keyword :reader-exception>}
                                       clojure.core/ex-info                           core.clj: 4403
             clojure.tools.reader.reader-types/reader-error                   reader_types.clj:  336
                                 clojure.lang.RestFn.invoke                        RestFn.java:  439
                        clojure.tools.reader/read-delimited                         reader.clj:  167
                             clojure.tools.reader/read-list                         reader.clj:  173
                                  clojure.tools.reader/read                         reader.clj:  747
                                  clojure.tools.reader/read                         reader.clj:  732
                   cljs.analyzer/forms-seq/forms-seq*/fn/fn                       analyzer.clj: 1742
                      cljs.analyzer/forms-seq/forms-seq*/fn                       analyzer.clj: 1736
                                  clojure.lang.LazySeq.sval                       LazySeq.java:   40
                                   clojure.lang.LazySeq.seq                       LazySeq.java:   49
                                        clojure.lang.RT.seq                            RT.java:  484
                                           clojure.core/seq                           core.clj:  133
                             cljs.compiler/compile-file*/fn                       compiler.clj:  946
                               cljs.compiler/with-core-cljs                       compiler.clj:  906
                                cljs.compiler/compile-file*                       compiler.clj:  927
                                 cljs.compiler/compile-file                       compiler.clj: 1033
                                  cljs.closure/compile-file                        closure.clj:  348
                                   cljs.closure/eval3108/fn                        closure.clj:  399
                                 cljs.closure/eval3044/fn/G                        closure.clj:  306
                                   cljs.closure/eval3103/fn                        closure.clj:  404
                                 cljs.closure/eval3044/fn/G                        closure.clj:  306
                             cljs.closure/get-compiled-cljs                        closure.clj:  468
                             cljs.closure/cljs-dependencies                        closure.clj:  512
                              cljs.closure/add-dependencies                        closure.clj:  534
                                clojure.lang.RestFn.applyTo                        RestFn.java:  139
                                         clojure.core/apply                           core.clj:  626
                                         cljs.closure/build                        closure.clj: 1033
                                         cljs.closure/build                        closure.clj:  972
                         adzerk.boot-cljs.impl/compile-cljs                           impl.clj:   60
                                    clojure.lang.Var.invoke                           Var.java:  383
                             clojure.lang.AFn.applyToHelper                           AFn.java:  156
                                   clojure.lang.Var.applyTo                           Var.java:  700
                                         clojure.core/apply                           core.clj:  624
                                      boot.pod/eval-fn-call                            pod.clj:  176
                                          boot.pod/call-in*                            pod.clj:  183
                                    clojure.lang.Var.invoke                           Var.java:  379
org.projectodd.shimdandy.impl.ClojureRuntimeShimImpl.invoke        ClojureRuntimeShimImpl.java:   88
org.projectodd.shimdandy.impl.ClojureRuntimeShimImpl.invoke        ClojureRuntimeShimImpl.java:   81
               sun.reflect.NativeMethodAccessorImpl.invoke0      NativeMethodAccessorImpl.java      
                sun.reflect.NativeMethodAccessorImpl.invoke      NativeMethodAccessorImpl.java:   62
            sun.reflect.DelegatingMethodAccessorImpl.invoke  DelegatingMethodAccessorImpl.java:   43
                            java.lang.reflect.Method.invoke                        Method.java:  483
                clojure.lang.Reflector.invokeMatchingMethod                     Reflector.java:   93
                clojure.lang.Reflector.invokeInstanceMethod                     Reflector.java:   28
                                          boot.pod/call-in*                            pod.clj:  186
                                   adzerk.boot-cljs/compile                      boot_cljs.clj:   63
                       adzerk.boot-cljs/eval258/fn/fn/fn/fn                      boot_cljs.clj:  133
                          adzerk.boot-cljs/eval258/fn/fn/fn                      boot_cljs.clj:  129
                          adzerk.boot-cljs/eval234/fn/fn/fn                      boot_cljs.clj:   81
                       boot.task.built-in/fn/fn/fn/fn/fn/fn                       built_in.clj:  164
                          boot.task.built-in/fn/fn/fn/fn/fn                       built_in.clj:  164
                             boot.task.built-in/fn/fn/fn/fn                       built_in.clj:  161
                        pandeiro.boot-http/eval426/fn/fn/fn                      boot_http.clj:   51
                                 boot.user/eval819/fn/fn/fn   boot.user8993353566971184975.clj:   19
                                        boot.core/run-tasks                           core.clj:  618
                                    clojure.lang.Var.invoke                           Var.java:  379
                                       boot.user/eval885/fn   boot.user8993353566971184975.clj:   29
                        clojure.core/binding-conveyor-fn/fn                           core.clj: 1910
                                      clojure.lang.AFn.call                           AFn.java:   18
                        java.util.concurrent.FutureTask.run                    FutureTask.java:  266
          java.util.concurrent.ThreadPoolExecutor.runWorker            ThreadPoolExecutor.java: 1142
         java.util.concurrent.ThreadPoolExecutor$Worker.run            ThreadPoolExecutor.java:  617
                                       java.lang.Thread.run                        Thread.java:  745
Elapsed time: 28.761 sec

event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9/app}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9}
sending change event
Compiling boot-cljs-app-node.js...
CLJS options:
{:output-dir
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/6ppmw/out",
 :static-fns true,
 :externs [],
 :cache-analysis true,
 :language-out :ecmascript5-strict,
 :optimizations :none,
 :source-map-path "out",
 :output-to
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/6ppmw/boot-cljs-app-node.js",
 :preamble [],
 :hashbang false,
 :source-map
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/6ppmw/boot-cljs-app-node.js.map",
 :libs [],
 :target :nodejs,
 :pretty-print true,
 :language-in :ecmascript5-strict}

clojure.lang.ExceptionInfo: failed compiling file:/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9/app/core.cljs
    data: {#<Keyword :file> #<File /Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9/app/core.cljs>}
clojure.lang.ExceptionInfo: EOF while reading, starting at line 18
    data: {#<Keyword :column> 16, #<Keyword :line> 42, #<Keyword :file> "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9/app/core.cljs", #<Keyword :type> #<Keyword :reader-exception>}
                                       clojure.core/ex-info                           core.clj: 4403
             clojure.tools.reader.reader-types/reader-error                   reader_types.clj:  336
                                 clojure.lang.RestFn.invoke                        RestFn.java:  439
                        clojure.tools.reader/read-delimited                         reader.clj:  167
                             clojure.tools.reader/read-list                         reader.clj:  173
                                  clojure.tools.reader/read                         reader.clj:  747
                                  clojure.tools.reader/read                         reader.clj:  732
                   cljs.analyzer/forms-seq/forms-seq*/fn/fn                       analyzer.clj: 1742
                      cljs.analyzer/forms-seq/forms-seq*/fn                       analyzer.clj: 1736
                                  clojure.lang.LazySeq.sval                       LazySeq.java:   40
                                   clojure.lang.LazySeq.seq                       LazySeq.java:   49
                                        clojure.lang.RT.seq                            RT.java:  484
                                           clojure.core/seq                           core.clj:  133
                             cljs.compiler/compile-file*/fn                       compiler.clj:  946
                               cljs.compiler/with-core-cljs                       compiler.clj:  906
                                cljs.compiler/compile-file*                       compiler.clj:  927
                                 cljs.compiler/compile-file                       compiler.clj: 1033
                                  cljs.closure/compile-file                        closure.clj:  348
                                   cljs.closure/eval3108/fn                        closure.clj:  399
                                 cljs.closure/eval3044/fn/G                        closure.clj:  306
                                   cljs.closure/eval3103/fn                        closure.clj:  404
                                 cljs.closure/eval3044/fn/G                        closure.clj:  306
                             cljs.closure/get-compiled-cljs                        closure.clj:  468
                             cljs.closure/cljs-dependencies                        closure.clj:  512
                              cljs.closure/add-dependencies                        closure.clj:  534
                                clojure.lang.RestFn.applyTo                        RestFn.java:  139
                                         clojure.core/apply                           core.clj:  626
                                         cljs.closure/build                        closure.clj: 1033
                                         cljs.closure/build                        closure.clj:  972
                         adzerk.boot-cljs.impl/compile-cljs                           impl.clj:   60
                                    clojure.lang.Var.invoke                           Var.java:  383
                             clojure.lang.AFn.applyToHelper                           AFn.java:  156
                                   clojure.lang.Var.applyTo                           Var.java:  700
                                         clojure.core/apply                           core.clj:  624
                                      boot.pod/eval-fn-call                            pod.clj:  176
                                          boot.pod/call-in*                            pod.clj:  183
                                    clojure.lang.Var.invoke                           Var.java:  379
org.projectodd.shimdandy.impl.ClojureRuntimeShimImpl.invoke        ClojureRuntimeShimImpl.java:   88
org.projectodd.shimdandy.impl.ClojureRuntimeShimImpl.invoke        ClojureRuntimeShimImpl.java:   81
               sun.reflect.NativeMethodAccessorImpl.invoke0      NativeMethodAccessorImpl.java      
                sun.reflect.NativeMethodAccessorImpl.invoke      NativeMethodAccessorImpl.java:   62
            sun.reflect.DelegatingMethodAccessorImpl.invoke  DelegatingMethodAccessorImpl.java:   43
                            java.lang.reflect.Method.invoke                        Method.java:  483
                clojure.lang.Reflector.invokeMatchingMethod                     Reflector.java:   93
                clojure.lang.Reflector.invokeInstanceMethod                     Reflector.java:   28
                                          boot.pod/call-in*                            pod.clj:  186
                                   adzerk.boot-cljs/compile                      boot_cljs.clj:   63
                       adzerk.boot-cljs/eval258/fn/fn/fn/fn                      boot_cljs.clj:  133
                          adzerk.boot-cljs/eval258/fn/fn/fn                      boot_cljs.clj:  129
                          adzerk.boot-cljs/eval234/fn/fn/fn                      boot_cljs.clj:   81
                       boot.task.built-in/fn/fn/fn/fn/fn/fn                       built_in.clj:  164
                          boot.task.built-in/fn/fn/fn/fn/fn                       built_in.clj:  164
                             boot.task.built-in/fn/fn/fn/fn                       built_in.clj:  161
                        pandeiro.boot-http/eval426/fn/fn/fn                      boot_http.clj:   51
                                 boot.user/eval819/fn/fn/fn   boot.user8993353566971184975.clj:   19
                                        boot.core/run-tasks                           core.clj:  618
                                    clojure.lang.Var.invoke                           Var.java:  379
                                       boot.user/eval885/fn   boot.user8993353566971184975.clj:   29
                        clojure.core/binding-conveyor-fn/fn                           core.clj: 1910
                                      clojure.lang.AFn.call                           AFn.java:   18
                        java.util.concurrent.FutureTask.run                    FutureTask.java:  266
          java.util.concurrent.ThreadPoolExecutor.runWorker            ThreadPoolExecutor.java: 1142
         java.util.concurrent.ThreadPoolExecutor$Worker.run            ThreadPoolExecutor.java:  617
                                       java.lang.Thread.run                        Thread.java:  745
Elapsed time: 0.426 sec

event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9/app}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9/app}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9/app}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9/app}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9/app}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9/app}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9/app}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9/app}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9/app}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9/app/views}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9/scss/vendors/bitters}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9/scss}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9/scss}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9/scss/vendors}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9/scss/vendors}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9/scss/vendors}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9/scss/vendors/bourbon}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9/scss/vendors/bourbon}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9/scss/vendors/bourbon}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9/scss/vendors/bourbon}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9/scss/vendors/bourbon}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9/scss/vendors/foundation}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9/scss/vendors/foundation}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n21/-x24pa9/scss/vendors/foundation}
sending change event

with test tasks

event: :modify false Path{file=src/main/app}
sending change event
event: :modify false Path{file=src/main/app}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9}
sending change event
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
sending change event
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation}
sending change event
Compiling boot-cljs-app-node.js...
CLJS options:
{:output-dir
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/out",
 :static-fns true,
 :externs [],
 :cache-analysis true,
 :language-out :ecmascript5-strict,
 :optimizations :none,
 :source-map-path "out",
 :output-to
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/boot-cljs-app-node.js",
 :preamble [],
 :hashbang false,
 :source-map
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/boot-cljs-app-node.js.map",
 :libs [],
 :target :nodejs,
 :pretty-print true,
 :language-in :ecmascript5-strict}

clojure.lang.ExceptionInfo: failed compiling file:/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/core.cljs
    data: {#<Keyword :file> #<File /Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/core.cljs>}
clojure.lang.ExceptionInfo: EOF while reading, starting at line 18
    data: {#<Keyword :column> 16, #<Keyword :line> 42, #<Keyword :file> "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/core.cljs", #<Keyword :type> #<Keyword :reader-exception>}
                                       clojure.core/ex-info                           core.clj: 4403
             clojure.tools.reader.reader-types/reader-error                   reader_types.clj:  336
                                 clojure.lang.RestFn.invoke                        RestFn.java:  439
                        clojure.tools.reader/read-delimited                         reader.clj:  167
                             clojure.tools.reader/read-list                         reader.clj:  173
                                  clojure.tools.reader/read                         reader.clj:  747
                                  clojure.tools.reader/read                         reader.clj:  732
                   cljs.analyzer/forms-seq/forms-seq*/fn/fn                       analyzer.clj: 1742
                      cljs.analyzer/forms-seq/forms-seq*/fn                       analyzer.clj: 1736
                                  clojure.lang.LazySeq.sval                       LazySeq.java:   40
                                   clojure.lang.LazySeq.seq                       LazySeq.java:   49
                                        clojure.lang.RT.seq                            RT.java:  484
                                           clojure.core/seq                           core.clj:  133
                             cljs.compiler/compile-file*/fn                       compiler.clj:  946
                               cljs.compiler/with-core-cljs                       compiler.clj:  906
                                cljs.compiler/compile-file*                       compiler.clj:  927
                                 cljs.compiler/compile-file                       compiler.clj: 1033
                                  cljs.closure/compile-file                        closure.clj:  348
                                   cljs.closure/eval3108/fn                        closure.clj:  399
                                 cljs.closure/eval3044/fn/G                        closure.clj:  306
                                   cljs.closure/eval3103/fn                        closure.clj:  404
                                 cljs.closure/eval3044/fn/G                        closure.clj:  306
                             cljs.closure/get-compiled-cljs                        closure.clj:  468
                             cljs.closure/cljs-dependencies                        closure.clj:  512
                              cljs.closure/add-dependencies                        closure.clj:  534
                                clojure.lang.RestFn.applyTo                        RestFn.java:  139
                                         clojure.core/apply                           core.clj:  626
                                         cljs.closure/build                        closure.clj: 1033
                                         cljs.closure/build                        closure.clj:  972
                         adzerk.boot-cljs.impl/compile-cljs                           impl.clj:   60
                                    clojure.lang.Var.invoke                           Var.java:  383
                             clojure.lang.AFn.applyToHelper                           AFn.java:  156
                                   clojure.lang.Var.applyTo                           Var.java:  700
                                         clojure.core/apply                           core.clj:  624
                                      boot.pod/eval-fn-call                            pod.clj:  176
                                          boot.pod/call-in*                            pod.clj:  183
                                    clojure.lang.Var.invoke                           Var.java:  379
org.projectodd.shimdandy.impl.ClojureRuntimeShimImpl.invoke        ClojureRuntimeShimImpl.java:   88
org.projectodd.shimdandy.impl.ClojureRuntimeShimImpl.invoke        ClojureRuntimeShimImpl.java:   81
               sun.reflect.GeneratedMethodAccessor73.invoke                                         
            sun.reflect.DelegatingMethodAccessorImpl.invoke  DelegatingMethodAccessorImpl.java:   43
                            java.lang.reflect.Method.invoke                        Method.java:  483
                clojure.lang.Reflector.invokeMatchingMethod                     Reflector.java:   93
                clojure.lang.Reflector.invokeInstanceMethod                     Reflector.java:   28
                                          boot.pod/call-in*                            pod.clj:  186
                                   adzerk.boot-cljs/compile                      boot_cljs.clj:   63
                       adzerk.boot-cljs/eval258/fn/fn/fn/fn                      boot_cljs.clj:  133
                          adzerk.boot-cljs/eval258/fn/fn/fn                      boot_cljs.clj:  129
                          adzerk.boot-cljs/eval234/fn/fn/fn                      boot_cljs.clj:   81
                       boot.task.built-in/fn/fn/fn/fn/fn/fn                       built_in.clj:  164
                          boot.task.built-in/fn/fn/fn/fn/fn                       built_in.clj:  164
                             boot.task.built-in/fn/fn/fn/fn                       built_in.clj:  161
                        pandeiro.boot-http/eval426/fn/fn/fn                      boot_http.clj:   51
                                 boot.user/eval819/fn/fn/fn   boot.user4027585533576115663.clj:   19
                                        boot.core/run-tasks                           core.clj:  618
                                    clojure.lang.Var.invoke                           Var.java:  379
                                       boot.user/eval885/fn   boot.user4027585533576115663.clj:   29
                        clojure.core/binding-conveyor-fn/fn                           core.clj: 1910
                                      clojure.lang.AFn.call                           AFn.java:   18
                        java.util.concurrent.FutureTask.run                    FutureTask.java:  266
          java.util.concurrent.ThreadPoolExecutor.runWorker            ThreadPoolExecutor.java: 1142
         java.util.concurrent.ThreadPoolExecutor$Worker.run            ThreadPoolExecutor.java:  617
                                       java.lang.Thread.run                        Thread.java:  745
Elapsed time: 0.319 sec

Compiling boot-cljs-app-node.js...
CLJS options:
{:output-dir
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/out",
 :static-fns true,
 :externs [],
 :cache-analysis true,
 :language-out :ecmascript5-strict,
 :optimizations :none,
 :source-map-path "out",
 :output-to
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/boot-cljs-app-node.js",
 :preamble [],
 :hashbang false,
 :source-map
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/boot-cljs-app-node.js.map",
 :libs [],
 :target :nodejs,
 :pretty-print true,
 :language-in :ecmascript5-strict}

event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
sending change event
Compiling boot-cljs-app.js...
CLJS options:
{:output-dir
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/out",
 :static-fns true,
 :externs [],
 :cache-analysis true,
 :language-out :ecmascript5-strict,
 :optimizations :none,
 :source-map-path "out",
 :output-to
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/boot-cljs-app.js",
 :preamble [],
 :hashbang false,
 :source-map
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/boot-cljs-app.js.map",
 :libs [],
 :target :nodejs,
 :pretty-print true,
 :language-in :ecmascript5-strict}

event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-lsqdbp}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-lsqdbp}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-lsqdbp}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-lsqdbp}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-lsqdbp}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-lsqdbp}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-lsqdbp}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-lsqdbp}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/browser}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/browser}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/test}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/test}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/test}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/test}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/utils}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters/extends}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters/extends}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters/extends}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters/extends}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters/extends}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/settings}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/settings}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/settings}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/test}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/test}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/test}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/test}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/vendor}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/helpers}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation}
sending change event
Compiling boot-cljs-testable-node.js...
CLJS options:
{:output-dir
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/out",
 :static-fns true,
 :externs [],
 :cache-analysis true,
 :language-out :ecmascript5-strict,
 :optimizations :none,
 :source-map-path "out",
 :output-to
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/boot-cljs-testable-node.js",
 :preamble [],
 :hashbang false,
 :source-map
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/boot-cljs-testable-node.js.map",
 :libs [],
 :target :nodejs,
 :pretty-print true,
 :language-in :ecmascript5-strict}

Compiling boot-cljs-testable.js...
CLJS options:
{:output-dir
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/out",
 :static-fns true,
 :externs [],
 :cache-analysis true,
 :language-out :ecmascript5-strict,
 :optimizations :none,
 :source-map-path "out",
 :output-to
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/boot-cljs-testable.js",
 :preamble [],
 :hashbang false,
 :source-map
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/boot-cljs-testable.js.map",
 :libs [],
 :target :nodejs,
 :pretty-print true,
 :language-in :ecmascript5-strict}

event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9}
sending change event
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
sending change event
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
sending change event
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/browser}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/browser}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/test}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/test}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/utils}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters/extends}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters/extends}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters/extends}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters/extends}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters/extends}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/settings}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/settings}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/settings}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-lsqdbp}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-lsqdbp}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-lsqdbp}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-lsqdbp}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-lsqdbp}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-lsqdbp}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/helpers}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/vendor}
sending change event
..........
PhantomJS 1.9.8 (Mac OS X): Executed 10 of 10 SUCCESS (0.044 secs / 0.018 secs)

  ․․․․․․․․․․․

  10 passing (165ms)
  1 failing

  1) fn render should return rendered HTML:
     TypeError: Cannot read property 'cljs$core$IFn$_invoke$arity$1' of undefined
      at /Users/stephan/Dev/workspace/jobflock/frontend/target/out/app/server/render.js:33:18
      at Function.app.server.render.render_app.render_app__3 [as cljs$core$IFn$_invoke$arity$3] (/Users/stephan/Dev/workspace/jobflock/frontend/target/out/app/server/render.js:34:3)
      at Function.app.server.render.render_app.render_app__1 [as cljs$core$IFn$_invoke$arity$1] (/Users/stephan/Dev/workspace/jobflock/frontend/target/out/app/server/render.js:16:19)
      at Object.render (/Users/stephan/Dev/workspace/jobflock/frontend/target/out/app/server/render.js:62:47)
      at Context.<anonymous> (/Users/stephan/Dev/workspace/jobflock/frontend/target/out/app/server/render_spec.js:24:42)
      at callFn (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runnable.js:251:21)
      at Test.Runnable.run (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runnable.js:244:7)
      at Runner.runTest (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:374:10)
      at /Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:452:12
      at next (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:299:14)
      at /Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:309:7
      at next (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:248:23)
      at Object._onImmediate (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:276:5)
      at processImmediate [as _immediateCallback] (timers.js:345:15)

java.lang.Exception: sh: non-zero exit status (1)
                                    boot.util/dosh                          util.clj:  162
                        clojure.lang.RestFn.invoke                       RestFn.java:  421
                        boot.user/eval780/fn/fn/fn  boot.user4027585533576115663.clj:   15
                 adzerk.boot-cljs/eval258/fn/fn/fn                     boot_cljs.clj:  126
                 adzerk.boot-cljs/eval234/fn/fn/fn                     boot_cljs.clj:   81
              boot.task.built-in/fn/fn/fn/fn/fn/fn                      built_in.clj:  164
                 boot.task.built-in/fn/fn/fn/fn/fn                      built_in.clj:  164
                    boot.task.built-in/fn/fn/fn/fn                      built_in.clj:  161
               pandeiro.boot-http/eval426/fn/fn/fn                     boot_http.clj:   51
                        boot.user/eval819/fn/fn/fn  boot.user4027585533576115663.clj:   19
                               boot.core/run-tasks                          core.clj:  618
                           clojure.lang.Var.invoke                          Var.java:  379
                              boot.user/eval885/fn  boot.user4027585533576115663.clj:   29
               clojure.core/binding-conveyor-fn/fn                          core.clj: 1910
                             clojure.lang.AFn.call                          AFn.java:   18
               java.util.concurrent.FutureTask.run                   FutureTask.java:  266
 java.util.concurrent.ThreadPoolExecutor.runWorker           ThreadPoolExecutor.java: 1142
java.util.concurrent.ThreadPoolExecutor$Worker.run           ThreadPoolExecutor.java:  617
                              java.lang.Thread.run                       Thread.java:  745
Elapsed time: 5.862 sec

event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation}
sending change event
Compiling boot-cljs-app-node.js...
CLJS options:
{:output-dir
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/out",
 :static-fns true,
 :externs [],
 :cache-analysis true,
 :language-out :ecmascript5-strict,
 :optimizations :none,
 :source-map-path "out",
 :output-to
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/boot-cljs-app-node.js",
 :preamble [],
 :hashbang false,
 :source-map
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/boot-cljs-app-node.js.map",
 :libs [],
 :target :nodejs,
 :pretty-print true,
 :language-in :ecmascript5-strict}

clojure.lang.ExceptionInfo: failed compiling file:/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/core.cljs
    data: {#<Keyword :file> #<File /Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/core.cljs>}
clojure.lang.ExceptionInfo: EOF while reading, starting at line 18
    data: {#<Keyword :column> 16, #<Keyword :line> 42, #<Keyword :file> "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/core.cljs", #<Keyword :type> #<Keyword :reader-exception>}
                                       clojure.core/ex-info                           core.clj: 4403
             clojure.tools.reader.reader-types/reader-error                   reader_types.clj:  336
                                 clojure.lang.RestFn.invoke                        RestFn.java:  439
                        clojure.tools.reader/read-delimited                         reader.clj:  167
                             clojure.tools.reader/read-list                         reader.clj:  173
                                  clojure.tools.reader/read                         reader.clj:  747
                                  clojure.tools.reader/read                         reader.clj:  732
                   cljs.analyzer/forms-seq/forms-seq*/fn/fn                       analyzer.clj: 1742
                      cljs.analyzer/forms-seq/forms-seq*/fn                       analyzer.clj: 1736
                                  clojure.lang.LazySeq.sval                       LazySeq.java:   40
                                   clojure.lang.LazySeq.seq                       LazySeq.java:   49
                                        clojure.lang.RT.seq                            RT.java:  484
                                           clojure.core/seq                           core.clj:  133
                             cljs.compiler/compile-file*/fn                       compiler.clj:  946
                               cljs.compiler/with-core-cljs                       compiler.clj:  906
                                cljs.compiler/compile-file*                       compiler.clj:  927
                                 cljs.compiler/compile-file                       compiler.clj: 1033
                                  cljs.closure/compile-file                        closure.clj:  348
                                   cljs.closure/eval3108/fn                        closure.clj:  399
                                 cljs.closure/eval3044/fn/G                        closure.clj:  306
                                   cljs.closure/eval3103/fn                        closure.clj:  404
                                 cljs.closure/eval3044/fn/G                        closure.clj:  306
                             cljs.closure/get-compiled-cljs                        closure.clj:  468
                             cljs.closure/cljs-dependencies                        closure.clj:  512
                              cljs.closure/add-dependencies                        closure.clj:  534
                                clojure.lang.RestFn.applyTo                        RestFn.java:  139
                                         clojure.core/apply                           core.clj:  626
                                         cljs.closure/build                        closure.clj: 1033
                                         cljs.closure/build                        closure.clj:  972
                         adzerk.boot-cljs.impl/compile-cljs                           impl.clj:   60
                                    clojure.lang.Var.invoke                           Var.java:  383
                             clojure.lang.AFn.applyToHelper                           AFn.java:  156
                                   clojure.lang.Var.applyTo                           Var.java:  700
                                         clojure.core/apply                           core.clj:  624
                                      boot.pod/eval-fn-call                            pod.clj:  176
                                          boot.pod/call-in*                            pod.clj:  183
                                    clojure.lang.Var.invoke                           Var.java:  379
org.projectodd.shimdandy.impl.ClojureRuntimeShimImpl.invoke        ClojureRuntimeShimImpl.java:   88
org.projectodd.shimdandy.impl.ClojureRuntimeShimImpl.invoke        ClojureRuntimeShimImpl.java:   81
               sun.reflect.GeneratedMethodAccessor73.invoke                                         
            sun.reflect.DelegatingMethodAccessorImpl.invoke  DelegatingMethodAccessorImpl.java:   43
                            java.lang.reflect.Method.invoke                        Method.java:  483
                clojure.lang.Reflector.invokeMatchingMethod                     Reflector.java:   93
                clojure.lang.Reflector.invokeInstanceMethod                     Reflector.java:   28
                                          boot.pod/call-in*                            pod.clj:  186
                                   adzerk.boot-cljs/compile                      boot_cljs.clj:   63
                       adzerk.boot-cljs/eval258/fn/fn/fn/fn                      boot_cljs.clj:  133
                          adzerk.boot-cljs/eval258/fn/fn/fn                      boot_cljs.clj:  129
                          adzerk.boot-cljs/eval234/fn/fn/fn                      boot_cljs.clj:   81
                       boot.task.built-in/fn/fn/fn/fn/fn/fn                       built_in.clj:  164
                          boot.task.built-in/fn/fn/fn/fn/fn                       built_in.clj:  164
                             boot.task.built-in/fn/fn/fn/fn                       built_in.clj:  161
                        pandeiro.boot-http/eval426/fn/fn/fn                      boot_http.clj:   51
                                 boot.user/eval819/fn/fn/fn   boot.user4027585533576115663.clj:   19
                                        boot.core/run-tasks                           core.clj:  618
                                    clojure.lang.Var.invoke                           Var.java:  379
                                       boot.user/eval885/fn   boot.user4027585533576115663.clj:   29
                        clojure.core/binding-conveyor-fn/fn                           core.clj: 1910
                                      clojure.lang.AFn.call                           AFn.java:   18
                        java.util.concurrent.FutureTask.run                    FutureTask.java:  266
          java.util.concurrent.ThreadPoolExecutor.runWorker            ThreadPoolExecutor.java: 1142
         java.util.concurrent.ThreadPoolExecutor$Worker.run            ThreadPoolExecutor.java:  617
                                       java.lang.Thread.run                        Thread.java:  745
Elapsed time: 0.288 sec

Compiling boot-cljs-app-node.js...
CLJS options:
{:output-dir
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/out",
 :static-fns true,
 :externs [],
 :cache-analysis true,
 :language-out :ecmascript5-strict,
 :optimizations :none,
 :source-map-path "out",
 :output-to
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/boot-cljs-app-node.js",
 :preamble [],
 :hashbang false,
 :source-map
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/boot-cljs-app-node.js.map",
 :libs [],
 :target :nodejs,
 :pretty-print true,
 :language-in :ecmascript5-strict}

Compiling boot-cljs-app.js...
CLJS options:
{:output-dir
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/out",
 :static-fns true,
 :externs [],
 :cache-analysis true,
 :language-out :ecmascript5-strict,
 :optimizations :none,
 :source-map-path "out",
 :output-to
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/boot-cljs-app.js",
 :preamble [],
 :hashbang false,
 :source-map
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/boot-cljs-app.js.map",
 :libs [],
 :target :nodejs,
 :pretty-print true,
 :language-in :ecmascript5-strict}

Compiling boot-cljs-testable-node.js...
CLJS options:
{:output-dir
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/out",
 :static-fns true,
 :externs [],
 :cache-analysis true,
 :language-out :ecmascript5-strict,
 :optimizations :none,
 :source-map-path "out",
 :output-to
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/boot-cljs-testable-node.js",
 :preamble [],
 :hashbang false,
 :source-map
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/boot-cljs-testable-node.js.map",
 :libs [],
 :target :nodejs,
 :pretty-print true,
 :language-in :ecmascript5-strict}

event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-lsqdbp}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-lsqdbp}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-lsqdbp}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-lsqdbp}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-lsqdbp}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-lsqdbp}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-lsqdbp}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-lsqdbp}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/browser}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/browser}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/test}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/test}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/test}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/test}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/utils}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters/extends}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters/extends}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters/extends}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters/extends}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters/extends}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/settings}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/settings}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/settings}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/vendor}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/helpers}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/test}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/test}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/test}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/test}
sending change event
Compiling boot-cljs-testable.js...
CLJS options:
{:output-dir
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/out",
 :static-fns true,
 :externs [],
 :cache-analysis true,
 :language-out :ecmascript5-strict,
 :optimizations :none,
 :source-map-path "out",
 :output-to
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/boot-cljs-testable.js",
 :preamble [],
 :hashbang false,
 :source-map
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/boot-cljs-testable.js.map",
 :libs [],
 :target :nodejs,
 :pretty-print true,
 :language-in :ecmascript5-strict}

event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss}
sending change event
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/browser}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/browser}
sending change event
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/test}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9}
sending change event
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
sending change event
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation}
sending change event
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
sending change event
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/test}
sending change event
..........
PhantomJS 1.9.8 (Mac OS X): Executed 10 of 10 SUCCESS (0.021 secs / 0.013 secs)

  ․․․․․․․․․․․

  10 passing (147ms)
  1 failing

  1) fn render should return rendered HTML:
     TypeError: Cannot read property 'cljs$core$IFn$_invoke$arity$1' of undefined
      at /Users/stephan/Dev/workspace/jobflock/frontend/target/out/app/server/render.js:33:18
      at Function.app.server.render.render_app.render_app__3 [as cljs$core$IFn$_invoke$arity$3] (/Users/stephan/Dev/workspace/jobflock/frontend/target/out/app/server/render.js:34:3)
      at Function.app.server.render.render_app.render_app__1 [as cljs$core$IFn$_invoke$arity$1] (/Users/stephan/Dev/workspace/jobflock/frontend/target/out/app/server/render.js:16:19)
      at Object.render (/Users/stephan/Dev/workspace/jobflock/frontend/target/out/app/server/render.js:62:47)
      at Context.<anonymous> (/Users/stephan/Dev/workspace/jobflock/frontend/target/out/app/server/render_spec.js:24:42)
      at callFn (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runnable.js:251:21)
      at Test.Runnable.run (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runnable.js:244:7)
      at Runner.runTest (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:374:10)
      at /Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:452:12
      at next (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:299:14)
      at /Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:309:7
      at next (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:248:23)
      at Object._onImmediate (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:276:5)
      at processImmediate [as _immediateCallback] (timers.js:345:15)

java.lang.Exception: sh: non-zero exit status (1)
                                    boot.util/dosh                          util.clj:  162
                        clojure.lang.RestFn.invoke                       RestFn.java:  421
                        boot.user/eval780/fn/fn/fn  boot.user4027585533576115663.clj:   15
                 adzerk.boot-cljs/eval258/fn/fn/fn                     boot_cljs.clj:  126
                 adzerk.boot-cljs/eval234/fn/fn/fn                     boot_cljs.clj:   81
              boot.task.built-in/fn/fn/fn/fn/fn/fn                      built_in.clj:  164
                 boot.task.built-in/fn/fn/fn/fn/fn                      built_in.clj:  164
                    boot.task.built-in/fn/fn/fn/fn                      built_in.clj:  161
               pandeiro.boot-http/eval426/fn/fn/fn                     boot_http.clj:   51
                        boot.user/eval819/fn/fn/fn  boot.user4027585533576115663.clj:   19
                               boot.core/run-tasks                          core.clj:  618
                           clojure.lang.Var.invoke                          Var.java:  379
                              boot.user/eval885/fn  boot.user4027585533576115663.clj:   29
               clojure.core/binding-conveyor-fn/fn                          core.clj: 1910
                             clojure.lang.AFn.call                          AFn.java:   18
               java.util.concurrent.FutureTask.run                   FutureTask.java:  266
 java.util.concurrent.ThreadPoolExecutor.runWorker           ThreadPoolExecutor.java: 1142
java.util.concurrent.ThreadPoolExecutor$Worker.run           ThreadPoolExecutor.java:  617
                              java.lang.Thread.run                       Thread.java:  745
Elapsed time: 5.350 sec

event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
sending change event
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
sending change event
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation}
sending change event
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
sending change event
Compiling boot-cljs-app-node.js...
CLJS options:
{:output-dir
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/out",
 :static-fns true,
 :externs [],
 :cache-analysis true,
 :language-out :ecmascript5-strict,
 :optimizations :none,
 :source-map-path "out",
 :output-to
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/boot-cljs-app-node.js",
 :preamble [],
 :hashbang false,
 :source-map
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/boot-cljs-app-node.js.map",
 :libs [],
 :target :nodejs,
 :pretty-print true,
 :language-in :ecmascript5-strict}

Compiling boot-cljs-app.js...
CLJS options:
{:output-dir
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/out",
 :static-fns true,
 :externs [],
 :cache-analysis true,
 :language-out :ecmascript5-strict,
 :optimizations :none,
 :source-map-path "out",
 :output-to
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/boot-cljs-app.js",
 :preamble [],
 :hashbang false,
 :source-map
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/boot-cljs-app.js.map",
 :libs [],
 :target :nodejs,
 :pretty-print true,
 :language-in :ecmascript5-strict}

Compiling boot-cljs-testable-node.js...
CLJS options:
{:output-dir
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/out",
 :static-fns true,
 :externs [],
 :cache-analysis true,
 :language-out :ecmascript5-strict,
 :optimizations :none,
 :source-map-path "out",
 :output-to
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/boot-cljs-testable-node.js",
 :preamble [],
 :hashbang false,
 :source-map
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/boot-cljs-testable-node.js.map",
 :libs [],
 :target :nodejs,
 :pretty-print true,
 :language-in :ecmascript5-strict}

event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/browser}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/browser}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/test}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/test}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/test}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/test}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/js}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/utils}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters/extends}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters/extends}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters/extends}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters/extends}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters/extends}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/css3}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/addons}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/functions}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/helpers}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/settings}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/settings}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon/settings}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/helpers}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/helpers}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/components}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation/vendor}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/test}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/test}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/test}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/test}
sending change event
Compiling boot-cljs-testable.js...
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-lsqdbp}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-lsqdbp}
sending change event
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-lsqdbp}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-lsqdbp}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-lsqdbp}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-lsqdbp}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-lsqdbp}
event: :create false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-lsqdbp}
sending change event
CLJS options:
{:output-dir
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/out",
 :static-fns true,
 :externs [],
 :cache-analysis true,
 :language-out :ecmascript5-strict,
 :optimizations :none,
 :source-map-path "out",
 :output-to
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/boot-cljs-testable.js",
 :preamble [],
 :hashbang false,
 :source-map
 "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/6ppmw/boot-cljs-testable.js.map",
 :libs [],
 :target :nodejs,
 :pretty-print true,
 :language-in :ecmascript5-strict}

event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/browser}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/browser}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app}
sending change event
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/server}
sending change event
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/test}
sending change event
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9}
sending change event
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views/pub}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/views}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bitters}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/bourbon}
sending change event
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation}
event: :modify true Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/scss/vendors/foundation}
sending change event
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/test}
sending change event
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
event: :modify false Path{file=/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n2g/-x24pa9/app/utils}
sending change event
..........
PhantomJS 1.9.8 (Mac OS X): Executed 10 of 10 SUCCESS (0.031 secs / 0.013 secs)

  ․․․․․․․․․․․

  10 passing (227ms)
  1 failing

  1) fn render should return rendered HTML:
     TypeError: Cannot read property 'cljs$core$IFn$_invoke$arity$1' of undefined
      at /Users/stephan/Dev/workspace/jobflock/frontend/target/out/app/server/render.js:33:18
      at Function.app.server.render.render_app.render_app__3 [as cljs$core$IFn$_invoke$arity$3] (/Users/stephan/Dev/workspace/jobflock/frontend/target/out/app/server/render.js:34:3)
      at Function.app.server.render.render_app.render_app__1 [as cljs$core$IFn$_invoke$arity$1] (/Users/stephan/Dev/workspace/jobflock/frontend/target/out/app/server/render.js:16:19)
      at Object.render (/Users/stephan/Dev/workspace/jobflock/frontend/target/out/app/server/render.js:62:47)
      at Context.<anonymous> (/Users/stephan/Dev/workspace/jobflock/frontend/target/out/app/server/render_spec.js:24:42)
      at callFn (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runnable.js:251:21)
      at Test.Runnable.run (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runnable.js:244:7)
      at Runner.runTest (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:374:10)
      at /Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:452:12
      at next (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:299:14)
      at /Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:309:7
      at next (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:248:23)
      at Object._onImmediate (/Users/stephan/.nvm/v0.10.33/lib/node_modules/mocha/lib/runner.js:276:5)
      at processImmediate [as _immediateCallback] (timers.js:345:15)

java.lang.Exception: sh: non-zero exit status (1)
                                    boot.util/dosh                          util.clj:  162
                        clojure.lang.RestFn.invoke                       RestFn.java:  421
                        boot.user/eval780/fn/fn/fn  boot.user4027585533576115663.clj:   15
                 adzerk.boot-cljs/eval258/fn/fn/fn                     boot_cljs.clj:  126
                 adzerk.boot-cljs/eval234/fn/fn/fn                     boot_cljs.clj:   81
              boot.task.built-in/fn/fn/fn/fn/fn/fn                      built_in.clj:  164
                 boot.task.built-in/fn/fn/fn/fn/fn                      built_in.clj:  164
                    boot.task.built-in/fn/fn/fn/fn                      built_in.clj:  161
               pandeiro.boot-http/eval426/fn/fn/fn                     boot_http.clj:   51
                        boot.user/eval819/fn/fn/fn  boot.user4027585533576115663.clj:   19
                               boot.core/run-tasks                          core.clj:  618
                           clojure.lang.Var.invoke                          Var.java:  379
                              boot.user/eval885/fn  boot.user4027585533576115663.clj:   29
               clojure.core/binding-conveyor-fn/fn                          core.clj: 1910
                             clojure.lang.AFn.call                          AFn.java:   18
               java.util.concurrent.FutureTask.run                   FutureTask.java:  266
 java.util.concurrent.ThreadPoolExecutor.runWorker           ThreadPoolExecutor.java: 1142
java.util.concurrent.ThreadPoolExecutor$Worker.run           ThreadPoolExecutor.java:  617
                              java.lang.Thread.run                       Thread.java:  745
Elapsed time: 5.721 sec

I don't know how to interpret this now. Do you?

micha commented 9 years ago

Sorry, I was referring to the watch task's --verbose option, like this:

boot watch -v cljs

That just adds a little bit of output to show you which files it thinks have changed.

stephanos commented 9 years ago

Sorry, I don't seem to have read your comment properly.

without tests

◉ :cp app/core.cljs

Writing main.cljs.edn...
Compiling boot-cljs-main.js...
clojure.lang.ExceptionInfo: failed compiling file:/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n7j/-x24pa9/app/core.cljs
    data: {#<Keyword :file> #<File /Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n7j/-x24pa9/app/core.cljs>}
clojure.lang.ExceptionInfo: EOF while reading, starting at line 18
    data: {#<Keyword :column> 16, #<Keyword :line> 42, #<Keyword :file> "/Users/stephan/.boot/tmp/Users/stephan/Dev/workspace/jobflock/frontend/n7j/-x24pa9/app/core.cljs", #<Keyword :type> #<Keyword :reader-exception>}
                          clojure.core/ex-info                          core.clj: 4403
clojure.tools.reader.reader-types/reader-error                  reader_types.clj:  336
                                           ...                                        
           clojure.tools.reader/read-delimited                        reader.clj:  167
                clojure.tools.reader/read-list                        reader.clj:  173
                     clojure.tools.reader/read                        reader.clj:  747
                     clojure.tools.reader/read                        reader.clj:  732
      cljs.analyzer/forms-seq/forms-seq*/fn/fn                      analyzer.clj: 1742
         cljs.analyzer/forms-seq/forms-seq*/fn                      analyzer.clj: 1736
                                           ...                                        
                              clojure.core/seq                          core.clj:  133
                cljs.compiler/compile-file*/fn                      compiler.clj:  946
                  cljs.compiler/with-core-cljs                      compiler.clj:  906
                   cljs.compiler/compile-file*                      compiler.clj:  927
                    cljs.compiler/compile-file                      compiler.clj: 1033
                     cljs.closure/compile-file                       closure.clj:  348
                      cljs.closure/eval3108/fn                       closure.clj:  399
                    cljs.closure/eval3044/fn/G                       closure.clj:  306
                      cljs.closure/eval3103/fn                       closure.clj:  404
                    cljs.closure/eval3044/fn/G                       closure.clj:  306
                cljs.closure/get-compiled-cljs                       closure.clj:  468
                cljs.closure/cljs-dependencies                       closure.clj:  512
                 cljs.closure/add-dependencies                       closure.clj:  534
                                           ...                                        
                            clojure.core/apply                          core.clj:  626
                            cljs.closure/build                       closure.clj: 1033
                            cljs.closure/build                       closure.clj:  972
            adzerk.boot-cljs.impl/compile-cljs                          impl.clj:   60
                                           ...                                        
                            clojure.core/apply                          core.clj:  624
                         boot.pod/eval-fn-call                           pod.clj:  176
                             boot.pod/call-in*                           pod.clj:  183
                                           ...                                        
                             boot.pod/call-in*                           pod.clj:  186
                      adzerk.boot-cljs/compile                     boot_cljs.clj:   63
          adzerk.boot-cljs/eval258/fn/fn/fn/fn                     boot_cljs.clj:  133
             adzerk.boot-cljs/eval258/fn/fn/fn                     boot_cljs.clj:  129
             adzerk.boot-cljs/eval234/fn/fn/fn                     boot_cljs.clj:   81
          boot.task.built-in/fn/fn/fn/fn/fn/fn                      built_in.clj:  164
             boot.task.built-in/fn/fn/fn/fn/fn                      built_in.clj:  164
                boot.task.built-in/fn/fn/fn/fn                      built_in.clj:  161
                           boot.core/run-tasks                          core.clj:  618
                                           ...                                        
                          boot.user/eval885/fn  boot.user1210802239141935357.clj:   29
           clojure.core/binding-conveyor-fn/fn                          core.clj: 1910
                                           ...                                        
Elapsed time: 2.067 sec

◉ :cp app/server/http_spec.cljs
◉ :cp app/views/footer.cljs
◉ :cp app/server/core.cljs
◉ :cp app/views/pub/terms.cljs
◉ :cp app/views/header.cljs
◉ :cp app/views/pub/about.cljs
◉ :cp app/browser/init.cljs
◉ :cp app/routing.cljs
◉ :cp app/utils/db_spec.cljs
◉ :cp app/views/pub/imprint.cljs
◉ :cp app/server/render.cljs
◉ :cp app/utils/log.cljs
◉ :cp app/views/job_list_item.cljs
◉ :cp app/routing_spec.cljs
◉ :cp app/test/assert.cljs
◉ :cp app/test/om.cljs
◉ :cp app/server/http.cljs
◉ :cp app/test/react.cljs
◉ :cp app/views/job_list.cljs
◉ :cp app/views/pub/home.cljs
◉ :cp app/suite.cljs
◉ :cp app/browser/history.cljs
◉ :cp app/views/errors.cljs
◉ :cp app/views/navbar.cljs
◉ :cp app/views/pub/register.cljs
◉ :cp app/test/dom.cljs
◉ :cp app/views/pub/contact.cljs
◉ :cp app/views/root.cljs
◉ :cp app/views/pub/privacy.cljs
◉ :cp app/server/suite.cljs
◉ :cp app/views/pub/sign_in.cljs
◉ :cp app/utils/common.cljs
◉ :cp app/server/render_spec.cljs
◉ :cp app/actions.cljs
◉ :cp app/utils/clock.cljs
◉ :cp app/utils/db.cljs
◉ :cp app/server/core_spec.cljs
◉ :cp app/utils/env.cljs

Writing main.cljs.edn...
Compiling boot-cljs-main.js...
Elapsed time: 1.372 sec

◉ :cp app/server/http_spec.cljs
◉ :cp app/views/footer.cljs
◉ :cp app/server/core.cljs
◉ :cp app/views/pub/terms.cljs
◉ :cp app/views/header.cljs
◉ :cp app/views/pub/about.cljs
◉ :cp app/browser/init.cljs
◉ :cp app/routing.cljs
◉ :cp app/utils/db_spec.cljs
◉ :cp app/views/pub/imprint.cljs
◉ :cp app/server/render.cljs
◉ :cp app/utils/log.cljs
◉ :cp app/views/job_list_item.cljs
◉ :cp app/routing_spec.cljs
◉ :cp app/test/assert.cljs
◉ :cp app/test/om.cljs
◉ :cp app/server/http.cljs
◉ :cp app/test/react.cljs
◉ :cp app/views/job_list.cljs
◉ :cp app/views/pub/home.cljs
◉ :cp app/suite.cljs
◉ :cp app/browser/history.cljs
◉ :cp app/views/errors.cljs
◉ :cp app/views/navbar.cljs
◉ :cp app/views/pub/register.cljs
◉ :cp app/test/dom.cljs
◉ :cp app/views/pub/contact.cljs
◉ :cp app/views/root.cljs
◉ :cp app/views/pub/privacy.cljs
◉ :cp app/server/suite.cljs
◉ :cp app/views/pub/sign_in.cljs
◉ :cp app/utils/common.cljs
◉ :cp app/server/render_spec.cljs
◉ :cp app/actions.cljs
◉ :cp app/utils/clock.cljs
◉ :cp app/utils/db.cljs
◉ :cp app/server/core_spec.cljs
◉ :cp app/utils/env.cljs

Writing main.cljs.edn...
Compiling boot-cljs-main.js...
Elapsed time: 1.090 sec

Is it because the task copies the files that don't contain errors and thereby triggers another compile?

micha commented 9 years ago

Is there a task that is writing files in :source-paths or :resource-paths? That will of course trigger all kinds of wacky situations.

stephanos commented 9 years ago

Well, I just ran boot watch -v cljs so there is no other task...

micha commented 9 years ago

OK, thanks, I will investigate!

stephanos commented 9 years ago

If I read the output correctly, after I add the compile error to 'app/core.cljs', the compile task is triggered and fails. Then, for some reason, if I see this correctly all other files are copied. Afterwards, the task is run again, apparently. And weirdly, it is successful.

PS: you could just checkout https://github.com/startupflock/frontend if you need a reproducible example

micha commented 9 years ago

Thanks for providing a link to the repo, that helps a lot. I'll see if I can determine what's going wrong there.

micha commented 9 years ago

I think the problem is that there are an awful lot of source files in this project. The watch task is firing before all of the files have been copied or something. I was able to work around the problem using the watch task's --debounce option, like so:

boot watch -d 50 cljs

I'll try to see if maybe some heuristic can be used in the watch task to figure this out automatically.

micha commented 9 years ago

I'm going to close this issue, but if the workaround doesn't work for you (i.e. the problem isn't related to the deouncing time of the watch task) please feel free to reopen it.

stephanos commented 9 years ago

Thanks a lot for investigating the issue @micha! If this is a problem with the watch task, of course we can close this one and track the bug (?) in the boot project.

stephanos commented 9 years ago

Hm, just tried the workaround: boot watch -d 500 cljs It still compiles 4 times :(