|
@@ -17,15 +17,15 @@ This example showcases sourcing an UMD dist build straight from a CDN.
|
|
|
We're executing the following HTML snippet:
|
|
|
</p>
|
|
|
|
|
|
-{% include_code app.html lang:html playground/src/html/app.htmls %}
|
|
|
-<% include playground/src/html/app.htmls %>
|
|
|
+{% include_code app.html lang:html cdn/src/html/app.htmls %}
|
|
|
+<% include cdn/src/html/app.htmls %>
|
|
|
|
|
|
<p>
|
|
|
We're sourcing the following JS snippet:
|
|
|
</p>
|
|
|
|
|
|
-{% include_code app.js lang:js playground/src/js/app.js %}
|
|
|
-<script src="playground/static/js/app.js"></script>
|
|
|
+{% include_code app.js lang:js cdn/src/js/app.js %}
|
|
|
+<script src="cdn/static/js/app.js"></script>
|
|
|
|
|
|
<p>
|
|
|
: )
|