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

html changes not trigger rebuild #228

Open
kharisup opened this issue Nov 21, 2018 · 1 comment
Open

html changes not trigger rebuild #228

kharisup opened this issue Nov 21, 2018 · 1 comment

Comments

@kharisup
Copy link

Hi guys, I am using templating and html files in separate folder, changes in go extension are works, but not for html extensions.

Currently i am using windows and go version 1.11.
I am just curious, maybe my config are wrong.
hope you guys can help me, thanks.

settings:
  legacy:
    force: false
    interval: 0s
schema:
- name: netsecure
  path: .
  args:
  - "false"
  - --run
  - --no-config
  commands:
    install:
      status: true
	build:
      status: true
      dir: cmd
    run:
      status: true
      dir: cmd
  watcher:
    extensions:
    - go
	- html
    paths:
    - /
	- /html/layouts
	- /html/pages
    ignored_paths:
    - .git
    - .realize
    - vendor
@asoseil
Copy link
Contributor

asoseil commented Dec 10, 2018

thanks for the support and for the reports, in the last months we had some company changes but in the first trimester 2019 we will release a new version

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