feat: ✨ add config_file dependency to parser
This commit is contained in:
parent
aa9514b500
commit
bc8f00d306
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue