We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29ce4a commit 0a1b454Copy full SHA for 0a1b454
src/PatternLab/Generator.php
@@ -56,7 +56,7 @@ public function generate($options = array()) {
56
$watchVerbose = (isset($options["watchVerbose"])) ? $options["watchVerbose"] : false;
57
58
if ($noCacheBuster) {
59
- Config::updateOption("cacheBuster",0);
+ Config::setOption("cacheBuster",0);
60
}
61
62
// gather up all of the data to be used in patterns
src/PatternLab/Watcher.php
@@ -70,7 +70,7 @@ public function watch($options = array()) {
70
}*/
71
72
73
74
75
76
$c = false; // track that one loop through the pattern file listing has completed
0 commit comments