guard / guard-nanoc

A Guard for nanoc
39 stars 9 forks source link

Guard not watching using guard-nanoc #25

Closed 2easy closed 7 years ago

2easy commented 8 years ago

Re opening - very frustrating, guard do not see changes to files, and I need to switch to console and hit enter.

GEM
  remote: https://rubygems.org/
  specs:
    adsf (1.2.1)
      rack (>= 1.0.0)
    coderay (1.1.1)
    colored (1.2)
    cri (2.7.0)
      colored (~> 1.2)
    erubis (2.7.0)
    ffi (1.9.10)
    formatador (0.2.5)
    guard (2.14.0)
      formatador (>= 0.2.4)
      listen (>= 2.7, < 4.0)
      lumberjack (~> 1.0)
      nenv (~> 0.1)
      notiffany (~> 0.0)
      pry (>= 0.9.12)
      shellany (~> 0.0)
      thor (>= 0.18.1)
    guard-compat (1.2.1)
    guard-nanoc (2.0.0)
      guard (~> 2.8)
      guard-compat (~> 1.0)
      nanoc (~> 4.0)
    haml (4.0.7)
      tilt
    html2haml (2.0.0)
      erubis (~> 2.7.0)
      haml (~> 4.0.0)
      nokogiri (~> 1.6.0)
      ruby_parser (~> 3.5)
    libv8 (3.16.14.15)
    listen (3.1.5)
      rb-fsevent (~> 0.9, >= 0.9.4)
      rb-inotify (~> 0.9, >= 0.9.7)
      ruby_dep (~> 1.2)
    lumberjack (1.0.10)
    method_source (0.8.2)
    mini_portile2 (2.1.0)
    nanoc (4.2.1)
      cri (~> 2.3)
    nenv (0.3.0)
    nokogiri (1.6.8)
      mini_portile2 (~> 2.1.0)
      pkg-config (~> 1.1.7)
    notiffany (0.1.0)
      nenv (~> 0.1)
      shellany (~> 0.0)
    pkg-config (1.1.7)
    pry (0.10.3)
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
      slop (~> 3.4)
    rack (1.6.4)
    rb-fsevent (0.9.7)
    rb-inotify (0.9.7)
      ffi (>= 0.5.0)
    ref (2.0.0)
    ruby_dep (1.3.1)
    ruby_parser (3.8.2)
      sexp_processor (~> 4.1)
    sass (3.4.22)
    sexp_processor (4.7.0)
    shellany (0.0.1)
    slop (3.6.0)
    therubyracer (0.12.2)
      libv8 (~> 3.16.14.0)
      ref
    thor (0.19.1)
    tilt (2.0.5)

PLATFORMS
  ruby

DEPENDENCIES
  adsf
  guard-nanoc
  html2haml
  nanoc
  sass
  therubyracer

BUNDLED WITH
   1.12.5

Guardfile:

guard 'nanoc' do
  watch('nanoc.yaml') # Change this to config.yaml if you use the old config file name
  watch('Rules')
  watch(%r{^(content|layouts|lib)/.*$})
end
denisdefreyne commented 8 years ago

Does this occur only with guard-nanoc, or do you have the same issue with other guards as well?

denisdefreyne commented 7 years ago

Closing due to inactivity and not being able to reproduce this. Please do comment if this is still an issue!