-
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.
feat: add a new setting to toggle the npm packages overrides (#4)
- Loading branch information
1 parent
91228cc
commit bfb9e4f
Showing
8 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
tutormfe_extensions/patches/mfe-dockerfile-post-npm-install-account
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 |
---|---|---|
@@ -1 +1,3 @@ | ||
{% if MFE_EXTENSIONS_NPM_OVERRIDES %} | ||
RUN npm install git+https://github.com/eduNEXT/frontend-build#v12.0.6-cdn-support | ||
{% endif %} |
2 changes: 2 additions & 0 deletions
2
tutormfe_extensions/patches/mfe-dockerfile-post-npm-install-authn
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 |
---|---|---|
@@ -1 +1,3 @@ | ||
{% if MFE_EXTENSIONS_NPM_OVERRIDES %} | ||
RUN npm install git+https://github.com/eduNEXT/frontend-build#v11.0.2-cdn-support | ||
{% endif %} |
2 changes: 2 additions & 0 deletions
2
tutormfe_extensions/patches/mfe-dockerfile-post-npm-install-course-authoring
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 |
---|---|---|
@@ -1 +1,3 @@ | ||
{% if MFE_EXTENSIONS_NPM_OVERRIDES %} | ||
RUN npm install git+https://github.com/eduNEXT/frontend-build#v11.0.2-cdn-support | ||
{% endif %} |
2 changes: 2 additions & 0 deletions
2
tutormfe_extensions/patches/mfe-dockerfile-post-npm-install-discussions
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 |
---|---|---|
@@ -1 +1,3 @@ | ||
{% if MFE_EXTENSIONS_NPM_OVERRIDES %} | ||
RUN npm install git+https://github.com/eduNEXT/frontend-build#v11.0.2-cdn-support | ||
{% endif %} |
2 changes: 2 additions & 0 deletions
2
tutormfe_extensions/patches/mfe-dockerfile-post-npm-install-gradebook
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 |
---|---|---|
@@ -1 +1,3 @@ | ||
{% if MFE_EXTENSIONS_NPM_OVERRIDES %} | ||
RUN npm install git+https://github.com/eduNEXT/frontend-build#v9.1.4-cdn-support | ||
{% endif %} |
2 changes: 2 additions & 0 deletions
2
tutormfe_extensions/patches/mfe-dockerfile-post-npm-install-learning
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 |
---|---|---|
@@ -1 +1,3 @@ | ||
{% if MFE_EXTENSIONS_NPM_OVERRIDES %} | ||
RUN npm install git+https://github.com/eduNEXT/frontend-build#v9.1.4-cdn-support | ||
{% endif %} |
2 changes: 2 additions & 0 deletions
2
tutormfe_extensions/patches/mfe-dockerfile-post-npm-install-profile
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 |
---|---|---|
@@ -1 +1,3 @@ | ||
{% if MFE_EXTENSIONS_NPM_OVERRIDES %} | ||
RUN npm install git+https://github.com/eduNEXT/frontend-build#v12.0.6-cdn-support | ||
{% endif %} |
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