This repository has been archived by the owner on Sep 17, 2021. It is now read-only.
forked from govCMS/scaffold
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from healthgovau/395-support-subtheme-app-inte…
…gration 395 support subtheme app integration
- Loading branch information
Showing
12 changed files
with
489 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Temp directory | ||
|
||
This directory is used for temporary file storage as part of the app integration process. Files in this dictory should not be commited to the project repository. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[{"app":"sample-react-app","theme":"health"}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,17 @@ | |
}, | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "https://packages.drupal.org/8" | ||
"type": "package", | ||
"package": { | ||
"name": "healthgovau/out-of-pocket", | ||
"version": "1.2.1", | ||
"type": "health-app-react", | ||
"source": { | ||
"type": "git", | ||
"url": "[email protected]:healthgovau/out-of-pocket.git", | ||
"reference": "v1.2.1" | ||
} | ||
} | ||
}, | ||
{ | ||
"type": "package", | ||
|
@@ -44,6 +53,10 @@ | |
"reference": "1.0.1" | ||
} | ||
} | ||
}, | ||
{ | ||
"type": "composer", | ||
"url": "https://packages.drupal.org/8" | ||
} | ||
], | ||
"minimum-stability": "stable", | ||
|
@@ -60,12 +73,13 @@ | |
}, | ||
"scripts": { | ||
"post-install-cmd": [ | ||
"cat .githooks/pre-commit >> .git/hooks/pre-commit && chmod a+x .git/hooks/pre-commit" | ||
"cat .githooks/pre-commit > .git/hooks/pre-commit && chmod a+x .git/hooks/pre-commit" | ||
], | ||
"post-package-install": [ | ||
"Health\\Helper::postPackageInstall", | ||
"Health\\App::postPackageInstall" | ||
], | ||
"post-package-uninstall": "Health\\App::postPackageUninstall", | ||
"code-check": "./vendor/bin/phpcs", | ||
"code-fix": "./vendor/bin/phpcbf" | ||
}, | ||
|
@@ -81,7 +95,7 @@ | |
"type:health-theme", | ||
"type:drupal-theme" | ||
], | ||
"themes/health/apps/{$name}/": [ | ||
"apps/{$name}/": [ | ||
"type:health-app-default", | ||
"type:health-app-react", | ||
"type:health-app-angular" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.