Serenity Dallas
Serenity Dallas
That looks like the same bug that I'm running into with my audit.
@powpow12 - did you wait 30 seconds before refreshing the page? Gulp triggers a php generate command when html is changed. Gulp will notify you that the new patterns have...
@powpow12 - It seems that some machines have an issue with the --patternsonly flag. Can you try it without that flag 'php core/console --generate'? Make sure to run gulp after...
Could it be the version of PHP? I'm running the following. PHP 5.6.9 (cli) (built: May 13 2015 19:29:00) Copyright (c) 1997-2015 The PHP Group Zend Engine v2.6.0, Copyright (c)...
Based on that statement it appears the try catch statement is failing. ``` public static function convertYAML($text) { try { $yaml = YAML::parse($text); } catch (ParseException $e) { printf("unable to...
Does it work if you sync to the Master branch? There is a Pattern Lab upgrade that was just released in that branch.
I think I've address all of the issues here. please feel free to review again