-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#179: README update for [beta] TKO builds #180
Conversation
[ci skip]
|
||
#### `visual.html` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed this section entirely since it looks like karma does not produce this file, correct me if i'm wrong
|
||
Over CDN | ||
#### Compabibility build: <a id="download-compatibility"></a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo - compabibility
3. [CommonJS](#imports-cjs) | ||
4. [MJS](#imports-mjs) | ||
3. [Sites](#sites) | ||
3. [Using the Monporepo](#monorepo) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo - monporepo
|
||
<!-- how it can house original KO monorepo, if the goal of TKO is not KO --> | ||
<!-- **TKO** houses the monorepo of [Knockout](https://github.com/knockout/knockout). --> | ||
**TKO** serves as a foundation for `Knockout 4` which goal is to become a drop-in replacement and a feature-rich expansion of already existing KnockoutJS (3+) while adhering new standards and paradigms of web developmentent. Its built on top of current KnockoutJS featurelist while being [mostly compatible](https://www.tko.io/3to4) with it, further about it and build differences at [download](#download) section. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo - developmentent
Close #179
As bescribed there i wanted to detail out these moments at project readme:
tools/*
interaction with makefile as they are deeply tied to each other (and test infrastructure) consideringtools/*
are referred at every inline package -- as up now it takes time to figure it all out despite working with both test runners, bundlers and monorepo managers, -- basically explain how it all sticks together.