Code Monkey home page Code Monkey logo

Comments (8)

coolaj86 avatar coolaj86 commented on September 28, 2024 1

What's that sound? Can you hear it?

No, you can't! Because that's the sound of my CPU fan NOT RUNNING at 100%.

WIN!

from node-livereload.

napcs avatar napcs commented on September 28, 2024

Please answer the following:

  1. What is the specific code you are using to watch files?
  2. Are these files on your local hard drive or on a network share?

from node-livereload.

coolaj86 avatar coolaj86 commented on September 28, 2024

Here's the snippet from my code:

      if (opts.livereload) {
        opts.lrPort = opts.lrPort || lrPort;
        var livereload = require('livereload');
        var server2 = livereload.createServer({
          https: opts.httpsOptions
        , port: opts.lrPort
        , exclusions: [ '.hg', '.git', '.svn', 'node_modules' ]
        });

        console.info("[livereload] watching " + pubdir);
        console.warn("WARNING: If CPU usage spikes to 100% it's because too many files are being watched");
        server2.watch(pubdir);
      }

And the files are on a local hard drive.

from node-livereload.

napcs avatar napcs commented on September 28, 2024

Please change your exclusions to only include your node_modules folder. We're already excluding git, svn, etc.

https://github.com/napcs/node-livereload/blob/master/lib/livereload.coffee#L30

Let me know if that makes any difference.

from node-livereload.

napcs avatar napcs commented on September 28, 2024

@coolaj86 any luck?

from node-livereload.

coolaj86 avatar coolaj86 commented on September 28, 2024

No luck.

from node-livereload.

napcs avatar napcs commented on September 28, 2024

I've released a new version (0.6.0). It uses a newer version of the file watcher. Can you let me know if it helps?

(ack, accidentally closed the issue, sorry!)

from node-livereload.

napcs avatar napcs commented on September 28, 2024

Wonderful! Thanks for following up.

from node-livereload.

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.