Skip to content

Commit

Permalink
V1.4 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
FadySamirSadek committed Jan 22, 2024
1 parent ab94427 commit 33e6639
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 648 deletions.
1 change: 0 additions & 1 deletion examples/emberjs/assets

This file was deleted.

1 change: 0 additions & 1 deletion examples/emberjs/index.html

This file was deleted.

5 changes: 2 additions & 3 deletions examples/emberjs/todomvc/config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ module.exports = function (environment) {
* locationType: 'history'
*
* These settings are required by todomvc's (the repo) tests
* (And the deployed site -- using GH Pages to point at the pre-built assets in source)
*/
// rootURL: '',
// locationType: 'none',
rootURL: '/',
rootURL: '/examples/emberjs/todomvc/dist/',
locationType: 'history',
EmberENV: {
EXTEND_PROTOTYPES: false,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions examples/emberjs/todomvc/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">

<meta name="todomvc/config/environment" content="%7B%22modulePrefix%22%3A%22todomvc%22%2C%22environment%22%3A%22production%22%2C%22rootURL%22%3A%22%2F%22%2C%22locationType%22%3A%22history%22%2C%22EmberENV%22%3A%7B%22EXTEND_PROTOTYPES%22%3Afalse%2C%22FEATURES%22%3A%7B%7D%2C%22_APPLICATION_TEMPLATE_WRAPPER%22%3Afalse%2C%22_DEFAULT_ASYNC_OBSERVERS%22%3Atrue%2C%22_JQUERY_INTEGRATION%22%3Afalse%2C%22_TEMPLATE_ONLY_GLIMMER_COMPONENTS%22%3Atrue%7D%2C%22APP%22%3A%7B%7D%7D">
<meta name="todomvc/config/environment" content="%7B%22modulePrefix%22%3A%22todomvc%22%2C%22environment%22%3A%22production%22%2C%22rootURL%22%3A%22%2Fexamples%2Femberjs%2Ftodomvc%2Fdist%2F%22%2C%22locationType%22%3A%22history%22%2C%22EmberENV%22%3A%7B%22EXTEND_PROTOTYPES%22%3Afalse%2C%22FEATURES%22%3A%7B%7D%2C%22_APPLICATION_TEMPLATE_WRAPPER%22%3Afalse%2C%22_DEFAULT_ASYNC_OBSERVERS%22%3Atrue%2C%22_JQUERY_INTEGRATION%22%3Afalse%2C%22_TEMPLATE_ONLY_GLIMMER_COMPONENTS%22%3Atrue%7D%2C%22APP%22%3A%7B%7D%7D">




<link integrity="" rel="stylesheet" href="/assets/todomvc.d41d8cd98f00b204e9800998ecf8427e.css">
<link integrity="" rel="stylesheet" href="/examples/emberjs/todomvc/dist/assets/todomvc.d41d8cd98f00b204e9800998ecf8427e.css">



<link href="/assets/chunk.c0ca23d7c25fab5f8dcb.css" rel="stylesheet"></head>
<link href="/examples/emberjs/todomvc/dist/assets/chunk.98750617e108adb88e60.css" rel="stylesheet"></head>
<body>



<script src="/assets/vendor.f7b15b30714107aa9519500d8302b211.js"></script>
<script src="/examples/emberjs/todomvc/dist/assets/vendor.f7b15b30714107aa9519500d8302b211.js"></script>


<script src="/assets/chunk.93d2eecaf3ac6c99257a.js"></script>
<script src="/assets/chunk.c0ca23d7c25fab5f8dcb.js"></script>
<script src="/examples/emberjs/todomvc/dist/assets/chunk.93d2eecaf3ac6c99257a.js"></script>
<script src="/examples/emberjs/todomvc/dist/assets/chunk.98750617e108adb88e60.js"></script>



Expand Down
63 changes: 32 additions & 31 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,30 @@ <h2>Examples</h2>
These are examples written in pure JavaScript.
</p>
<ul class="js-app-list-inner applist js">
<li>
<a class="applist-item" href="examples/react/dist/" data-source="http://facebook.github.io/react/" data-content="React is a JavaScript library for building user interfaces.">
<span class="link">React</span>
<span class="badge" data-color="green">New</span>
</a>
</li>
<li>
<a class="applist-item" href="examples/react-redux/dist" data-source="https://react-redux.js.org/" data-content="React Redux is maintained by the Redux team, and kept up-to-date with the latest APIs from Redux and React.">
<span class="link">React Redux</span>
<span class="badge" data-color="green">New</span>
</a>
</li>
<li>
<a class="applist-item" href="examples/vue/dist/" data-source="http://vuejs.org" data-content="Vue.js provides the benefits of MVVM data binding and a composable component system with an extremely simple and flexible API.">
<span class="link">Vue.js</span>
<span class="badge" data-color="green">New</span>
</a>
</li>
<li>
<a class="applist-item" href="examples/preact/dist/" data-source="https://preactjs.com/" data-content="Fast 3kB React alternative with the same modern API. Components & Virtual DOM.">
<span class="link">Preact</span>
<span class="badge" data-color="green">New</span>
</a>
</li>
<li>
<a class="applist-item" href="examples/backbone/dist/" data-source="http://backbonejs.org/" data-content="Backbone.js gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface.">
<span class="link">Backbone.js</span>
Expand All @@ -95,11 +119,17 @@ <h2>Examples</h2>
</a>
</li>
<li>
<a class="applist-item" href="examples/emberjs/" data-source="http://emberjs.com" data-content="Ember is a JavaScript framework for creating ambitious web applications that eliminates boilerplate and provides a standard application architecture.">
<a class="applist-item" href="examples/emberjs/todomvc/dist/" data-source="http://emberjs.com" data-content="Ember is a JavaScript framework for creating ambitious web applications that eliminates boilerplate and provides a standard application architecture.">
<span class="link">Ember.js</span>
<span class="badge" data-color="green">New</span>
</a>
</li>
<li>
<a class="applist-item" href="examples/lit/dist/" data-source="https://lit.dev/" data-content="Lit is a simple library for building fast, lightweight web components.">
<span class="link">Lit</span>
<span class="badge" data-color="green">New</span>
</a>
</li>
<li>
<a class="applist-item" href="examples/knockoutjs/" data-source="http://knockoutjs.com" data-content="Simplify dynamic JavaScript UIs by applying the Model-View-View Model (MVVM) pattern">
<span class="link">KnockoutJS</span>
Expand All @@ -125,46 +155,17 @@ <h2>Examples</h2>
<span class="link">Polymer</span>
</a>
</li>
<li>
<a class="applist-item" href="examples/preact/dist/" data-source="https://preactjs.com/" data-content="Fast 3kB React alternative with the same modern API. Components & Virtual DOM.">
<span class="link">Preact</span>
<span class="badge" data-color="green">New</span>
</a>
</li>
<li>
<a class="applist-item" href="examples/react/dist/" data-source="http://facebook.github.io/react/" data-content="React is a JavaScript library for building user interfaces.">
<span class="link">React</span>
<span class="badge" data-color="green">New</span>
</a>
</li>
<li>
<a class="applist-item" href="examples/react-redux/dist" data-source="https://react-redux.js.org/" data-content="React Redux is maintained by the Redux team, and kept up-to-date with the latest APIs from Redux and React.">
<span class="link">React Redux</span>
<span class="badge" data-color="green">New</span>
</a>
</li>

<li>
<a class="applist-item" href="examples/mithril/" data-source="https://mithril.js.org/" data-content="Mithril is a modern client-side Javascript framework for building Single Page Applications. It's small (< 8kb gzip), fast and provides routing and XHR utilities out of the box.">
<span class="link">Mithril</span>
</a>
</li>
<li>
<a class="applist-item" href="examples/vue/dist/" data-source="http://vuejs.org" data-content="Vue.js provides the benefits of MVVM data binding and a composable component system with an extremely simple and flexible API.">
<span class="link">Vue.js</span>
<span class="badge" data-color="green">New</span>
</a>
</li>
<li>
<a class="applist-item" href="examples/backbone_marionette/" data-source="http://marionettejs.com" data-content="Backbone.Marionette is a composite application library for Backbone.js that aims to simplify the construction of large scale JavaScript applications.">
<span class="link">Marionette.js</span>
</a>
</li>
<li>
<a class="applist-item" href="examples/lit/dist/" data-source="https://lit.dev/" data-content="Lit is a simple library for building fast, lightweight web components.">
<span class="link">Lit</span>
<span class="badge" data-color="green">New</span>
</a>
</li>
</ul>
</div>
<div class="js-app-list" data-app-list="ctojs">
Expand Down
Loading

0 comments on commit 33e6639

Please sign in to comment.