daux.io icon indicating copy to clipboard operation
daux.io copied to clipboard

The template "theme::home" could not be found at "templates/home.php"

Open dvikan opened this issue 1 year ago • 1 comments

I have a templates folder in my repo which is unrelated to daux. How can I instruct daux to ignore it?

Run daux generate
  daux generate
  shell: /usr/bin/bash -e {0}
  env:
    COMPOSER_PROCESS_TIMEOUT: 0
    COMPOSER_NO_INTERACTION: 1
Copying Static assets ...                                             [  OK  ]
Generating ...
- index.html                                                          [ FAIL ]
In Template.php line 155:
  The template "theme::home" could not be found at "templates/home.php".  
generate [-c|--configuration CONFIGURATION] [-s|--source SOURCE] [-p|--processor PROCESSOR] [--no-cache] [-t|--themes THEMES] [--value VALUE] [-f|--format FORMAT] [--delete] [--printDiffAndExit] [-d|--destination DESTINATION]
Error: Process completed with exit code 1.

dvikan avatar Jul 08 '22 15:07 dvikan

Hi, at the moment there is no way to instruct daux to ignore it.

I'll see if I can come up with a fallback (that would make this transparent) or an option

onigoetz avatar Jul 29 '22 19:07 onigoetz