Re: How to manage the dist directory

2017-01-31 Thread caldercarey via Swagger
On Tue, 1/31/17, diaz_carolyn97772 via Swagger wrote: Subject: Re: How to manage the dist directory To: swagger-swaggersocket@googlegroups.com Date: Tuesday, January 31, 2017, 5:24 PM On Tue, 1

Re: How to manage the dist directory

2017-01-31 Thread Feorlen
On Monday, January 30, 2017 at 11:31:57 PM UTC-8, tony tam wrote: > > > So for Java I’ve seen the build script (maven pom.xml) pull the files from > NPM or GitHub, unpack it and copy the contents of the dist folder into the > right location. I’m not sure how this is usually done with Python. >

Re: How to manage the dist directory

2017-01-31 Thread diaz_carolyn97772 via Swagger
On Tue, 1/31/17, Feorlen wrote: Subject: Re: How to manage the dist directory To: "Swagger" Date: Tuesday, January 31, 2017, 5:22 PM On Monday, January 30, 2017 at 11:31:57 PM UTC-8, tony tam wrote: So for Java I’ve seen the bui

Re: How to manage the dist directory

2017-01-30 Thread tony tam
Sure, it depends on the build system. So for Java I’ve seen the build script (maven pom.xml) pull the files from NPM or GitHub, unpack it and copy the contents of the dist folder into the right location. I’m not sure how this is usually done with Python. > On Jan 30, 2017, at 11:26 PM, Feorlen

Re: How to manage the dist directory

2017-01-30 Thread Feorlen
On Monday, January 30, 2017 at 10:23:40 PM UTC-8, tony tam wrote: > > What build system do you use? What language do you work within? > The system is primarily Python and uses Django. The part I know is the Python backend and I'm not sure what to tell you about the rest besides there is some

Re: How to manage the dist directory

2017-01-30 Thread tony tam
What build system do you use? What language do you work within? > On Jan 30, 2017, at 6:38 PM, Feorlen wrote: > > I have Swagger UI working with an existing webapp by copying the dist > directory to the same location as other static web content. I can access > files in this location from a br

How to manage the dist directory

2017-01-30 Thread Feorlen
I have Swagger UI working with an existing webapp by copying the dist directory to the same location as other static web content. I can access files in this location from a browser, the page generated from my yaml file works. So far, so good. But I've been asked if I can change my integration