Skip to content

Adding production scheme for the front-end.

Remco de Man requested to merge fbl_front_end_production_scheme into master

This adds a production scheme to the front-end. The gulp watch task used in IntelliJ will use the development profile with unminified css and js, including source maps for the js. The libraries will still be minified though. In the production profile, source maps are removed and everything is minified.

Merge request reports

Loading