This commit is contained in:
2019-04-08 22:59:04 +00:00
parent 0d0c92cfbd
commit 4e62497650
3 changed files with 5 additions and 3 deletions

View File

@@ -3,4 +3,5 @@ cd c:\data\code\raven\docs\8.0\ayanova
mkdocs build mkdocs build
cd c:\data\code\raven-client\ayanova cd c:\data\code\raven-client\ayanova
npm run build npm run build
xcopy c:\data\code\raven-client\ayanova\dist\*.* C:\data\code\raven\server\AyaNova\wwwroot /e xcopy c:\data\code\raven-client\ayanova\dist\*.* C:\data\code\raven\server\AyaNova\wwwroot /e
pause

View File

@@ -13,7 +13,8 @@ TODO CLIENT STUFF
#### A PHONE IS PROBABLY NOT THE MOST COMMON SIZE FORM FACTOR THAT WILL BE USED. SUPPORT PHONES, YES, BUT DON'T GET HUNG UP ON IT TO THE POINT WHERE IT RUINS THE EXPERIENCE ON A FULL COMPUTER OR TABLET #### A PHONE IS PROBABLY NOT THE MOST COMMON SIZE FORM FACTOR THAT WILL BE USED. SUPPORT PHONES, YES, BUT DON'T GET HUNG UP ON IT TO THE POINT WHERE IT RUINS THE EXPERIENCE ON A FULL COMPUTER OR TABLET
TODO NEXT TODO NEXT
- bump version numbers, release again
- Why the fuck is my app not updated and running old version at server ???
- Test on mobile and desktop all browsers before moving on, it must be solid with error handling (required, after before etc) and etc and then if all is well we can move on to the other field types - Test on mobile and desktop all browsers before moving on, it must be solid with error handling (required, after before etc) and etc and then if all is well we can move on to the other field types
End to end action End to end action

View File

@@ -1,5 +1,5 @@
export default { export default {
version: "8.0.0-alpha.2", version: "8.0.0-alpha.3",
copyright: copyright:
"Copyright © 1999-2019, Ground Zero Tech-Works Inc. All Rights Reserved" "Copyright © 1999-2019, Ground Zero Tech-Works Inc. All Rights Reserved"
}; };