Skip to content

Commit

Permalink
#60 Fix issue with builds
Browse files Browse the repository at this point in the history
Specifically if you've run the setup wizard on 2.3.1 or 2.3.2, even after
this change you'll need to either re-run the setup wizard (kind of a pain),
or manually go find and update js/config.js in your predefined settings
directory.
  • Loading branch information
mattheworres committed Jan 16, 2020
1 parent 681bfc3 commit ab1b3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/config.js.ci
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(angular, undefined) {
angular.module("config", [])
angular.module("phpdraft.env", [])

.constant("ENV", {
"apiEndpoint": "{phpdraft.apiBaseUrl}",
Expand Down

0 comments on commit ab1b3e4

Please sign in to comment.