Hi all
I'm using Oracle JET version 5.0.0. I have created a new project using command prompt by giving
ojet create <app name> --template=navdrawer
My new app is created and when i give ojet serve it runs fine.
My question is i have created new page in my application by opening my project in Net Beans 8.2 by following the below link.(i.e login.html and login.js).
https://blogs.oracle.com/geertjan/adding-a-page-to-a-hybrid-oracle-jet-application
I have done changes in my both js and html pages. Again when i build(ojet build) and serve(ojet serve) my application in command prompt, both js and html page gets disappeared.
only default pages (dashboard,incidents,customers and about) are shown.
How to create new page in my project that is created using command prompt.
Thanks and Regards