-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* development: build(npm): added release script to package.json docs(api): Moved doc to ghpages. Keeping docs folder untill we verify ghpages works feat(browser): ES5 and minified js file for use in the browser build(dependencies): updated dependencies to newer versions (typedoc and typescript)
- Loading branch information
Showing
49 changed files
with
9,487 additions
and
10,526 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,18 @@ | ||
<html> | ||
<head> | ||
<!--<script src="scripts/ion-es5-polyfill.js"></script>--> | ||
<meta charset="UTF-8"/> | ||
<script data-main="scripts/ion-require" src="scripts/require.js"></script> | ||
<script src="scripts/ion-bundle.min.js"></script> | ||
</head> | ||
<body> | ||
|
||
<button type="button" onclick="test('END')">Try it</button> | ||
<h1> Ion JS in your browser</h1> | ||
<p> | ||
<button type="button" onclick="var ion = window.ion">Click me first</button> and then open the JS console | ||
on your browser. The global variable <code>ion</code> may be used using the <a href="https://amzn.github.io/ion-js/api/modules/_ion_.html">API</a>. | ||
</p> | ||
|
||
<p> | ||
A more complete and user friendly tutorial is forthcoming! | ||
</p> | ||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.