From bc8f00d30698ebe53b5a0d007b0f82e9b9253dc8 Mon Sep 17 00:00:00 2001 From: David Bailey Date: Mon, 17 Apr 2023 16:53:59 +0200 Subject: [PATCH] feat: :sparkles: add config_file dependency to parser --- lib/comfpile/engines/parser_engine.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/comfpile/engines/parser_engine.rb b/lib/comfpile/engines/parser_engine.rb index 0f6c1c6..ae4f1a4 100644 --- a/lib/comfpile/engines/parser_engine.rb +++ b/lib/comfpile/engines/parser_engine.rb @@ -16,11 +16,13 @@ module Comfpile @parsed_dependencies = {} parent_artefact :sourcefile, @target + require_artefact :config_file, File.dirname(@target) add_step do sourcefile_parse_step sourcefile_dependency_step end + end # Attempts to find the set of values for a given