Coder Social home page Coder Social logo

Comments (6)

mape avatar mape commented on June 29, 2024

There is currently a "stale" option that you can trigger that will turn of watchFile, for use in production. In development I don't feel the performance hit of watchFile warrants an extra option.

from connect-assetmanager.

sambs avatar sambs commented on June 29, 2024

The stale options sounds useful, I'd missed that.

What I'd like to be able to do is pass watchFile a smaller interval for development purposes. Its frustrating hitting refresh and not being able to see the css change you just applied, and not knowing whether you've mistyped the selector or whether your change hasn't been compiled yet.

from connect-assetmanager.

eirikurn avatar eirikurn commented on June 29, 2024

Uhh, assetmanager doesn't use a timer or a interval to watch and rebuild files. It uses fs.watchFile, which depending on the OS should notify of changes instantly.

It's more likely that the asset compilation itself is taking too much time, do you have large/many assets with complicated processors?

from connect-assetmanager.

sambs avatar sambs commented on June 29, 2024

I'm developing on Mac OS 10.6.7 with node version 0.4.7 and connect-assetmanager 0.0.20. With the default option of { interval: 0 } passed to watchFile, after a css change, I can often refresh my browser two or three times before the change shows. Using { interval: 400 } changes always appear upon first refresh

from connect-assetmanager.

sambs avatar sambs commented on June 29, 2024

More info on watchFile can be found in this question on Stack Overflow:

http://stackoverflow.com/questions/4482352/node-js-fs-watchfile-persistent-watch-mechanics

The interval option of fs.watchFile is only relevant on certain operating systems. On Linux watchFile uses inotify and doesn't use the interval parameter.

from connect-assetmanager.

eirikurn avatar eirikurn commented on June 29, 2024

Ahh, I'm sorry, I didn't know watchFile had those options.

I'm quite surprised they don't have good support for instant file events on Mac. I realize mac doesn't have Inotify, but I thought I had seen other api's used as a fallback on other programming platforms. Would think NodeJS to have better Mac support due to developer popularity.

from connect-assetmanager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.