Settings

Theme

If you're writing configuration to manage your assets you're doing it wrong.

silentrob.me

2 points by silentrob 12 years ago · 4 comments

Reader

lmm 12 years ago

> comes with a production ready web server, and watches your files by default

If it's watching your files, it's not production ready.

  • mooism2 12 years ago

    Care to expand on that? What are the drawbacks?

    It sounds to me that they've integrated a site build system into their webserver. What's wrong with that?

    • lmm 12 years ago

      Are you going to get latency spikes when it decides a file has changed? What happens if the syntax for some, but not all, of the files is wrong? Deploying to a production webserver is something that wants to be as explicit and simple as possible; complex tasks like compilation/substitution of these script files belong earlier in the pipeline.

  • sintaxi 12 years ago

    Harp doesn't watch your files. It lazily compiles as requests come in and stores the results in an LRU cache.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection