Re: [foreman-dev] Webpack merged into develop branch

2016-08-22 Thread Stephen Benjamin
- Original Message - > From: "Eric D Helms" > To: "foreman-dev" > Sent: Saturday, August 20, 2016 11:34:27 AM > Subject: Re: [foreman-dev] Webpack merged into develop branch > > Are there any errors in the console related to fetching of assets f

Re: [foreman-dev] Webpack merged into develop branch

2016-08-21 Thread oprazak
On Friday, August 19, 2016 at 8:35:32 PM UTC+2, stephen wrote: > > > > - Original Message - > > From: "Stephen Benjamin" > > > To: forem...@googlegroups.com > > Sent: Friday, August 19, 2016 7:29:21 AM > > Subject: Re: [foreman-dev] Webpack me

Re: [foreman-dev] Webpack merged into develop branch

2016-08-20 Thread Eric D Helms
Original Message - > > From: "Stephen Benjamin" > > To: foreman-dev@googlegroups.com > > Sent: Friday, August 19, 2016 7:29:21 AM > > Subject: Re: [foreman-dev] Webpack merged into develop branch > > > > > > > > - Original Message

Re: [foreman-dev] Webpack merged into develop branch

2016-08-19 Thread Stephen Benjamin
- Original Message - > From: "Stephen Benjamin" > To: foreman-dev@googlegroups.com > Sent: Friday, August 19, 2016 7:29:21 AM > Subject: Re: [foreman-dev] Webpack merged into develop branch > > > > - Original Message - > > From: "

Re: [foreman-dev] Webpack merged into develop branch

2016-08-19 Thread Stephen Benjamin
- Original Message - > From: "Greg Sutcliffe" > To: "Foreman" > Sent: Friday, August 19, 2016 4:24:17 AM > Subject: Re: [foreman-dev] Webpack merged into develop branch > > On 19 August 2016 at 07:26, Daniel Lobato wrote: > > > I

Re: [foreman-dev] Webpack merged into develop branch

2016-08-19 Thread Greg Sutcliffe
On 19 August 2016 at 07:26, Daniel Lobato wrote: > I'm not sure why - but I also can reproduce this. > > It seems like having `foreman_templates` on your list of plugins is what's > causing this. I don't really know why yet but I don't get the error without > that plugin, and I get it the moment

Re: [foreman-dev] Webpack merged into develop branch

2016-08-18 Thread Daniel Lobato
I'm not sure why - but I also can reproduce this. It seems like having `foreman_templates` on your list of plugins is what's causing this. I don't really know why yet but I don't get the error without that plugin, and I get it the moment I put it in bundler.d On Thursday, August 18, 2016 at 6:

Re: [foreman-dev] Webpack merged into develop branch

2016-08-18 Thread Stephen Benjamin
- Original Message - > From: "Tomer Brisker" > To: "foreman-dev" > Sent: Wednesday, August 10, 2016 8:01:57 AM > Subject: [foreman-dev] Webpack merged into develop branch > > Hello, > > I am happy to inform you that Webpack has finally been added to Foreman. > This step which will hel

Re: [foreman-dev] Webpack merged into develop branch

2016-08-16 Thread Tomer Brisker
Hi Quick update - https://github.com/theforeman/foreman/pull/3722 has been merged, which allows easy disabling of the webpack development server, in case you aren't working on the front-end. If disabled, you can continue running foreman as usual (e.g. `rails s`). Note that if you disable the dev se

Re: [foreman-dev] Webpack merged into develop branch

2016-08-12 Thread Tomas Strachota
On 08/12/2016 11:25 AM, Daniel Lobato Garcia wrote: On 08/12, Tomas Strachota wrote: On 08/10/2016 02:01 PM, Tomer Brisker wrote: Please note that running this way will limit the ability to use pry for debugging, as foreman prevents stdin echo. To use with pry, you can run both servers separate

Re: [foreman-dev] Webpack merged into develop branch

2016-08-12 Thread Daniel Lobato Garcia
On 08/10, Tomer Brisker wrote: > Hello, > > I am happy to inform you that Webpack has finally been added to Foreman. > This step which will help us modernize our front-end code, take advantage > of the blooming javascript eco-system, and easily integrate technologies > such as ES2015, React, js uni

Re: Re: [foreman-dev] Webpack merged into develop branch

2016-08-12 Thread Daniel Lobato Garcia
On 08/12, Tomas Strachota wrote: > On 08/10/2016 02:01 PM, Tomer Brisker wrote: > >Please note that running this way will limit the ability to use pry for > >debugging, as foreman prevents stdin echo. To use with pry, you can run > >both servers separately in different terminals - run rails as usua

Re: [foreman-dev] Webpack merged into develop branch

2016-08-12 Thread Tomas Strachota
On 08/10/2016 02:01 PM, Tomer Brisker wrote: Hello, I am happy to inform you that Webpack has finally been added to Foreman. This step which will help us modernize our front-end code, take advantage of the blooming javascript eco-system, and easily integrate technologies such as ES2015, React, j