isleofcode / corber

CLI for building hybrid apps with Ember/Vue/Glimmer/Cordova

Home Page:http://corber.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How `skip-framework-build` option of `corber build` works?

HarshRohila opened this issue · comments

I tried running ember build which stores build in dist folder and then ran corber build with skip-framework-build option, it skips the ember build, but its not picking up the latest ember build files from dist folder
Does it need copying dist files in corber/cordova/www folder before running corber build?

found that it does need copying and both flags, --skip-framework-build and --add-cordova-js are required