Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Livereload running when explicitly set to off #100

Open
MadMub opened this issue Jan 27, 2016 · 1 comment
Open

Livereload running when explicitly set to off #100

MadMub opened this issue Jan 27, 2016 · 1 comment

Comments

@MadMub
Copy link

MadMub commented Jan 27, 2016

When livereload option left unspecified, set to false, and passing an object with enable set to false, I still get the following:

livereload

Not a deal breaker, just figure I'd open the issue if it saves me a few cpu cycles during development.

Thanks for the great tool!

@TomaszScisloGS
Copy link

Unfortunately this setting for livereload also doesn't work

      livereload: {
        enable: true,
        filter: function(fileName) {
          return false;
        }
      }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants