Project

General

Profile

Download (983 Bytes) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
b595a97f 01/29/2024 04:01 PM Maria Agaphontzev

Refs #37102 - filter out webpack host argument

89c61045 01/26/2024 10:44 AM Maria Agaphontzev

Fixes #37102 - webpack 5

f5a3dd2d 07/29/2021 12:48 PM Ron Lavi

Fixes #32437 - Use webpack-dev-server-without-h2

Looks like webpack-dev-server version 2.x
can't support https without http2 due to missing options
when using command line parameters,
this is an hack that will prevent manually removing a line
after each `npm install` and will give us some air...

0220eaac 07/16/2019 01:18 PM Avi Sharvit

Fixes #27074 - Migrate to @theforeman/vendor pkg

d8cbf89c 07/20/2017 06:08 AM Lukas Zapletal

Fixes #16160 - added start-foreman-dev helper

3b10c2a9 09/14/2016 03:15 AM Shlomi Zadok

Fixes #16074 - Adds BIND variable to startup process

Instead of binding to 0.0.0.0 we default to localhost
and use ENV variable BIND to override.
This also introduces '.env' files which helps to set
other ENV variables

ab5c7c28 08/17/2016 04:43 AM Marek Hulán

Refs #12364 - webpack server can serve assets on https

42ba771c 08/11/2016 09:35 AM Tomer Brisker

Refs #12364 - Allow running webpack dev server on any hostname

Currently, SecureHeaders only allows running the webpack dev server from
localhost or 0.0.0.0, and only using http. This leads to issues when
attempting to run foreman inside a virtual machine or using https. This...

e2a57bfe 08/10/2016 06:18 AM Tomer Brisker

Fixes #12364 - Use NPM+Webpack to handle external assets

This commit introduces NPM and Webpack to handle external assets.
It also provides ES6 support and a live reload dev server that can be
used by running `foreman start` instead of `rails start`.
Do not forget to run `npm install` before starting the server....