Skip to content

Commit

Permalink
Merge d424ba6 into fc74c91
Browse files Browse the repository at this point in the history
  • Loading branch information
thostetler committed Oct 20, 2020
2 parents fc74c91 + d424ba6 commit f1745cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grunt/string-replace.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module.exports = {
},
options: {
replacements: [{
pattern: /APP_VERSION=['"]['"];/ig,
pattern: 'APP_VERSION=""',
replacement: 'APP_VERSION="<%= appVersion %>";'
}]
}
Expand Down
3 changes: 2 additions & 1 deletion src/config/shim.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
(function() {
// ############ DON'T EDIT THIS LINE
var APP_VERSION = '';
// prettier-ignore
var APP_VERSION="";
// #################################

/*
Expand Down

0 comments on commit f1745cc

Please sign in to comment.