forked from oppia/oppia
-
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.
Fix part of oppia#6732: Extensions objects webpack integration (oppia…
…#6889) * Add extensions folder to webpack config * Convert extension objects dependencies to webpack * Change extension objects import method for exploration editor * Employ webpack for extension objects for exploration player * Employ webpack for extension objects for practice sessions * Employ webpack for extension objects for skill editor * Employ webpack for extension objects for story editor * Employ webpack for extension objects for topic editor * Fix lint errors * Add extensions to karma config * Convert individual imports to single large import * Convert individual imports to single large for for players * Replace missing import for exploration editor
- Loading branch information
1 parent
419a0f2
commit 442e19e
Showing
17 changed files
with
88 additions
and
131 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
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
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
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,46 @@ | ||
// Copyright 2019 The Oppia Authors. All Rights Reserved. | ||
// | ||
// Licensed under the Apache License, Version 2.0 (the "License"); | ||
// you may not use this file except in compliance with the License. | ||
// You may obtain a copy of the License at | ||
// | ||
// http://www.apache.org/licenses/LICENSE-2.0 | ||
// | ||
// Unless required by applicable law or agreed to in writing, software | ||
// distributed under the License is distributed on an "AS-IS" BASIS, | ||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
// See the License for the specific language governing permissions and | ||
// limitations under the License. | ||
|
||
/** | ||
* @fileoverview Requires for all the object templates. | ||
*/ | ||
|
||
require('objects/templates/BooleanEditorDirective.ts'); | ||
require('objects/templates/CodeStringEditorDirective.ts'); | ||
require('objects/templates/CoordTwoDimEditorDirective.ts'); | ||
require('objects/templates/DragAndDropHtmlStringEditorDirective.ts'); | ||
require('objects/templates/DragAndDropPositiveIntEditorDirective.ts'); | ||
require('objects/templates/FilepathEditorDirective.ts'); | ||
require('objects/templates/FractionEditorDirective.ts'); | ||
require('objects/templates/GraphEditorDirective.ts'); | ||
require('objects/templates/GraphPropertyEditorDirective.ts'); | ||
require('objects/templates/HtmlEditorDirective.ts'); | ||
require('objects/templates/ImageWithRegionsEditorDirective.ts'); | ||
require('objects/templates/IntEditorDirective.ts'); | ||
require('objects/templates/ListOfSetsOfHtmlStringsEditorDirective.ts'); | ||
require('objects/templates/ListOfTabsEditorDirective.ts'); | ||
require('objects/templates/ListOfUnicodeStringEditorDirective.ts'); | ||
require('objects/templates/LogicErrorCategoryEditorDirective.ts'); | ||
require('objects/templates/LogicQuestionEditorDirective.ts'); | ||
require('objects/templates/MathLatexStringEditorDirective.ts'); | ||
require('objects/templates/MusicPhraseEditorDirective.ts'); | ||
require('objects/templates/NonnegativeIntEditorDirective.ts'); | ||
require('objects/templates/NormalizedStringEditorDirective.ts'); | ||
require('objects/templates/NumberWithUnitsEditorDirective.ts'); | ||
require('objects/templates/ParameterNameEditorDirective.ts'); | ||
require('objects/templates/RealEditorDirective.ts'); | ||
require('objects/templates/SanitizedUrlEditorDirective.ts'); | ||
require('objects/templates/SetOfHtmlStringEditorDirective.ts'); | ||
require('objects/templates/SetOfUnicodeStringEditorDirective.ts'); | ||
require('objects/templates/UnicodeStringEditorDirective.ts'); |
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,21 @@ | ||
// Copyright 2019 The Oppia Authors. All Rights Reserved. | ||
// | ||
// Licensed under the Apache License, Version 2.0 (the "License"); | ||
// you may not use this file except in compliance with the License. | ||
// You may obtain a copy of the License at | ||
// | ||
// http://www.apache.org/licenses/LICENSE-2.0 | ||
// | ||
// Unless required by applicable law or agreed to in writing, software | ||
// distributed under the License is distributed on an "AS-IS" BASIS, | ||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
// See the License for the specific language governing permissions and | ||
// limitations under the License. | ||
|
||
/** | ||
* @fileoverview Requires for object templates required for players. | ||
*/ | ||
|
||
require('objects/templates/MathLatexStringEditorDirective.ts'); | ||
require('objects/templates/SanitizedUrlEditorDirective.ts'); | ||
require('objects/templates/ListOfTabsEditorDirective.ts'); |
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