-
Notifications
You must be signed in to change notification settings - Fork 32
Watch option is broken. #3
Comments
The hardcode of the mustache extension issue has been fixed but I haven't cut a release of it. I'll look into the other bug. |
hi @dmolsen am I correct in seeing that the watch command does not work with twig templates as of now? Could there be a way around this with a gulp or grunt watch? thanks, |
@scottnath - shell: {
patternlab: {
command: 'php core/console --generate --patternsonly'
}
} |
This seems to be working fine for me, with no gulp/grunt |
I have an instance started from edition-php-twig-standard. Most things seem to work.
thx in advance. |
Hi, Excuse me. I found the fix in dev-master :) |
When running
php core/console --watch
I get the following error.This only started happening today, previously it would at least run. Additionally, when it was running, it seems that hardcoded references to
mustache
inWatcher.php
means twig files are not being watched and therefore not triggering a regeneration.The text was updated successfully, but these errors were encountered: