Adding production scheme for the front-end.
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.