Skip to content

Commit 2a6c58f

Browse files
author
oraclejet
committed
Update
1 parent 0a04211 commit 2a6c58f

File tree

121 files changed

+6824
-5675
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+6824
-5675
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,3 @@ We plan to provide this functionality in the future. At that time, you will need
99
(OCA).
1010

1111
If you have ideas, comments, or issues related to Oracle JET, swing on by the [Oracle JET discussion forum.](https://community.oracle.com/community/development_tools/oracle-jet)
12-
13-
For pull requests to be accepted into oraclejet, the bottom of
14-
your commit message must have the following line using your name and
15-
e-mail address as it appears in the OCA Signatories list.
16-
17-
```
18-
Signed-off-by: Your Name <you@example.org>
19-
```
20-
21-
This can be automatically added to pull requests by committing with:
22-
23-
```
24-
git commit --signoff
25-
````
26-
27-
Only pull requests from committers that can be verified as having
28-
signed the OCA can be accepted.

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,23 @@ Oracle JET is a modular toolkit allowing developers to use as much or as little
2020
* For intermediate & advanced JS devs
2121

2222
## Examples
23-
Visit the [Oracle JET website](http://oraclejet.org) for examples and much more...
23+
Here is a list of places to see Oracle JET in action:
24+
* [Oracle JET website](http://oraclejet.org)
25+
* [Oracle JET Cookbook](http://www.oracle.com/webfolder/technetwork/jet/uiComponents-formControls.html) - Every component with live code demos
26+
* [Sample applications and Tutorials](http://www.oracle.com/webfolder/technetwork/jet/globalExamples.html)
27+
2428

2529
## Installation
26-
Oracle JET uses Bower to perform the initial install and a Yeoman generator to help scaffold up your applications. If you already have Bower and npm installed, you can simply type:
30+
Oracle JET provides a Yeoman generator to help scaffold up your applications. If you already have npm and Yeoman installed, you can simply type:
2731

2832
```
29-
bower install oraclejet
30-
npm install generator-oraclejet
33+
npm install -g generator-oraclejet
34+
yo oraclejet <app name>
3135
```
32-
See the [Oracle JET Developer Guide](http://docs.oracle.com/middleware/jet200/jet/) for details.
36+
See the [Oracle JET Developer Guide](http://docs.oracle.com/middleware/jet200/jet/) for complete installation details, including prerequisites.
3337

34-
## [Documentation](http://docs.oracle.com/middleware/jet112/jet/)
35-
Oracle JET comes with a full [Developers Guide](http://docs.oracle.com/middleware/jet112/jet/) to help with Getting Started and many common issues.
38+
## [Documentation](http://docs.oracle.com/middleware/jet200/jet/)
39+
Oracle JET comes with a full [Developers Guide](http://docs.oracle.com/middleware/jet200/jet/) to help with Getting Started and many common issues.
3640

3741
## [Contributing](https://github.com/oracle/oraclejet/tree/master/CONTRIBUTING.md)
3842
Oracle JET is an open source project. See

dist/css/alta-android/oj-alta-min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/alta-android/oj-alta.css

Lines changed: 24 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/alta-android/oj-alta.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/alta-ios/oj-alta-min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)