Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

KPM pack should pack an applications wwwroot folder as the wwwroot in the output #543

Closed
glennc opened this issue Aug 18, 2014 · 0 comments

Comments

@glennc
Copy link
Member

glennc commented Aug 18, 2014

\mysite\project.json
\mysite
\mysite\wwwroot\index.htm
\mysite\wwwroot\favicon.ico

kpm pack --out --wwwroot-dst ""

/approot/src/ /approot/packages/ //index.htm //favicon.ico

Should have --wwwroot and --wwwroot-out

--wwwroot is the name of the directory in the project that will become the public folder in the packed image
--wwwoot-out is the name of the public folder in the packed image

If --wwroot-out is not specified then the value of --wwwroot is used.

Configuration setting for wwwroot also needs to exist. The setting would be used by VS and kpm pack to set the --wwwroot

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants