Skip to content

Commit

Permalink
Ignore parcel-managed files in nanoc reloads.
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyobvious committed Apr 1, 2020
1 parent 0bca5a7 commit 28f43e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Guardfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ 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)/.*$})
ignore(%r{^content/main\.(js|css|js\.map|css\.map)})
end

0 comments on commit 28f43e5

Please sign in to comment.