watch method ?

Issue #1 closed
huei90 created an issue

Is It possible to add watch in grunt-ect ?

In ect, there is a option

watch — Automatic reloading of changed templates, defaulting to false (useful for debugging with enabled cache, not supported for client-side)

But In grunt-ect, I saw this (remove the watch option)

if (typeof options.watch !== 'undefined') {
      delete options['watch'];
    }

Hope this can be added in grunt-ect.

Thanks

Comments (7)

  1. huei90 reporter

    Hi @2no

    By using grunt watch

    I need to write both in ect watch

    What to watch and execute ect

    Over the time when the project is become bigger, the Gruntfile.js will be unreadable.

    It's too heavy =(

  2. ninomiya kazunori repo owner

    Ummm...
    Feel no need to add ect watch

    Probably watch option does not work.
    It's not an option on the HTTPServer?

  3. Log in to comment