Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit f40f360

Browse files
committed
Merge branch 'master' into release-0.7.0
2 parents 992caa4 + b686666 commit f40f360

File tree

6 files changed

+3
-262
lines changed

6 files changed

+3
-262
lines changed

core/lib/PatternLab/Configurer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function getConfig() {
6363
}
6464

6565
// check the config version and update it if necessary
66-
if (!isset($config["v"]) || ($config["v"] != $defaultConfig["v"])) {
66+
if ($migrate || ($config["v"] != $defaultConfig["v"])) {
6767
print "upgrading your version of pattern lab...\n";
6868
$config = $this->writeNewConfig($config,$defaultConfig);
6969
$diffVersion = true;

core/templates/styleguide.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@
4444
// handle injection of items from PHP
4545
var patternPartial = "";
4646
var lineage = "";
47-
</script>
47+
</script>

core/templates/viewall.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@
4646
var patternPartial = "{{ patternPartial }}";
4747
var lineage = "";
4848
</script>
49-
49+

public/styleguide/js/qrcode-generator.js

Lines changed: 0 additions & 93 deletions
This file was deleted.

public/styleguide/js/synclisteners.js

Lines changed: 0 additions & 163 deletions
This file was deleted.

source/README

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)