linemanjs / lineman

Lineman helps you build fat-client JavaScript apps. It produces happiness by building assets, mocking servers, running specs on every file change
MIT License
1.18k stars 83 forks source link

Lineman watcher do not seems to be working #370

Closed felippenardi closed 8 years ago

felippenardi commented 8 years ago

Hello,

I need to help to debug an issue with Lineman watcher. When I run lineman run and then update any file in the folder, it won't regenerate.

I have the same project in a different computer and it works.

I'm unsure what information do you need to help me, so some first steps to start debugging this issue would be much appreciated.

felippenardi commented 8 years ago

This is what I'm getting:

node@boot2docker:/src$ lineman run
Running "common" task

Running "ngtemplates:app" (ngtemplates) task
File generated/angular/template-cache.js created.

Running "coffee:compile" (coffee) task
>> Destination (generated/js/app.coffee.js) not written because compiled files were empty.
File generated/js/spec.coffee.js created.
>> Destination (generated/js/spec-helpers.coffee.js) not written because compiled files were empty.

Running "jshint:files" (jshint) task
>> 9 files lint free.

Running "concat_sourcemap:js" (concat_sourcemap) task
File "generated/js/app.js" created.

Running "concat_sourcemap:spec" (concat_sourcemap) task
File "generated/js/spec.js" created.

Running "concat_sourcemap:css" (concat_sourcemap) task
File "generated/css/app.css" created.

Running "copy:dev" (copy) task
Created 2 directories, copied 1 files

Running "images:dev" (images) task
Copying images to 'generated/img'

Running "webfonts:dev" (webfonts) task
Copying webfonts to 'generated/fonts'

Running "pages:dev" (pages) task
generated/index.html generated from app/pages/index.us

Running "dev" task

Running "server" task
Injecting LiveReload script into HTML documents (port: 1337)
Starting express web server in 'generated' on port 8001
Simulating HTML5 pushState: Serving up 'generated/index.html' for all other unmatched paths

Running "watch" task
Waiting...
LiveReload server started on port: 1337
felippenardi commented 8 years ago

Figured out