Skip to content

Commit

Permalink
feat: add a new setting to toggle the npm packages overrides (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoisesGSalas authored Jan 12, 2024
1 parent 91228cc commit bfb9e4f
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 0 deletions.
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 %}
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 %}
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 %}
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 %}
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 %}
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 %}
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 %}
1 change: 1 addition & 0 deletions tutormfe_extensions/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
("MFE_EXTENSIONS_VERSION", __version__),
("MFE_EXTENSIONS_CDN_URL", ""),
("MFE_EXTENSIONS_BY_PATH", True),
("MFE_EXTENSIONS_NPM_OVERRIDES", True),
]
)

Expand Down

0 comments on commit bfb9e4f

Please sign in to comment.