File tree 4 files changed +8
-5
lines changed
4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 7
7
# Only exists if Bazel was run
8
8
/bazel-out
9
9
10
+ # Ignore cache created with the Angular CLI.
11
+ .angular /
12
+
10
13
# dependencies
11
14
/node_modules
12
15
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export const fluidEnvironments = {
21
21
} ,
22
22
external : {
23
23
label : 'External' ,
24
- esm : 'https://dsfe50dspcxki.cloudfront.net /fluid/build/fluid.esm.js' ,
25
- legacy : 'https://dsfe50dspcxki.cloudfront.net /fluid/build/fluid.esm.js' ,
24
+ esm : 'https://fluid.libertymutual.com /fluid/build/fluid.esm.js' ,
25
+ legacy : 'https://fluid.libertymutual.com /fluid/build/fluid.esm.js' ,
26
26
} ,
27
27
} ;
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ <h1>Angular App with StencilJS Editor</h1>
11
11
placeholder ="Ängular RTE MVP "
12
12
(contentChanged) ="handleContentChange($event) ">
13
13
</ custom-rtf >
14
- < h1 > @ tinymce/tinymce-webcompoment:valid API key (14-day trial)</ h1 >
14
+ < h1 > tinymce/tinymce-webcompoment:valid API key (14-day trial)</ h1 >
15
15
< rich-text-editor > </ rich-text-editor >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ if ('noModule' in script) {
27
27
script . type = 'module' ;
28
28
script . src = fluid . esm ;
29
29
} else {
30
- script . type = 'text/javascript' ;
31
- script . src = fluid . legacy ;
30
+ // script.type = 'text/javascript';
31
+ // script.src = fluid.legacy;
32
32
}
33
33
document . head . appendChild ( script ) ;
You can’t perform that action at this time.
0 commit comments