-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
include() in pattern data only working on initial build #16
Comments
Hi, thanks for reporting this! Unfortunately DTP does not work properly when using PL's One example of such a Gulp script (with additional Browsersync and Sass support) can be found here: https://github.com/aleksip/shila-drupal-theme/blob/dev/gulpfile.js |
Hi, On line 66 the watch command is build and it gets the hard coded option For now I'm gonna reconfigure webpack ;) Thank you very much! |
Thanks, good to know! I had a suspicion the problem might be related to PL itself. |
Hi,
when working on a pattern in which I include another pattern using the [pattern].yml or [pattern].json file, it only works on the initial build of the pattern lab. When running
php core/console --watch
and i change that data file or simply some css that makes PL recompile to the public folder, I only getArray
as output.Then I have to quit the PL watch task an rerun it.
Example YAML:
The text was updated successfully, but these errors were encountered: