laktek / punch

A fun and easy way to build modern websites
http://laktek.github.com/punch
MIT License
1.17k stars 107 forks source link

style failed to compile #112

Closed constantx closed 10 years ago

constantx commented 10 years ago

After my travis build result in an empty css file, I thought it was punch-stylus-compiler, but I couldn't produce it locally as everything works fine locally.

After an hour of looking around, I thought it could be something deeper with a dependency, so I removed node_modules and do another npm install, and sure enough, this shows up:

Running Punch server on localhost:5000
connect: utils.conditionalGET: use fresh module directly
connect: utils.etag: this private api moved with serve-static
connect: utils.notModified: this private api moved with serve-static
connect: utils.removeContentHeaders: this private api moved with serve-static
127.0.0.1 - GET / HTTP/1.1 304 - - 33.314 ms
127.0.0.1 - GET /css/main.css HTTP/1.1 304 - - 4.473 ms

Not sure how to fix this, but currently, my site is broken :(

constantx commented 10 years ago

cc: @laktek help please?

constantx commented 10 years ago

false alarm, I think it does have something to do with punch-stylus-compiler (somehow, the nib module is not installed as a dependency of punch-stylus-compiler@0.0.2)