From a6f75aa3dcf3de4638d3f454b17bece8ef213bb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 11 Jun 2015 17:04:21 +0200 Subject: Add HTTP/2 support preview This commit is not only an early preview of HTTP/2, it is an early preview of the new Cowboy architecture that will be presented tomorrow in my talk. If you have found it before the talk, great! It's not complete so you better go watch the talk anyway. --- build.config | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) (limited to 'build.config') diff --git a/build.config b/build.config index cae6cf3..6cdfbb4 100644 --- a/build.config +++ b/build.config @@ -1,20 +1,36 @@ -# Core modules. +# Do *not* comment or remove core modules +# unless you know what you are doing. # -# Do *not* comment or remove them -# unless you know what you are doing! +# Feel free to comment plugins out however. + +# Core modules. core/core core/deps + +# Plugins that must run before Erlang code gets compiled. +plugins/protobuffs + +# Core modules, continued. core/erlc +core/docs +core/test # Plugins. -# -# Comment to disable, uncomment to enable. +plugins/asciidoc plugins/bootstrap -#plugins/c_src +plugins/c_src +plugins/ci plugins/ct plugins/dialyzer #plugins/edoc -#plugins/elvis +plugins/elvis plugins/erlydtl +plugins/escript +plugins/eunit plugins/relx plugins/shell +plugins/triq +plugins/xref + +# Plugins enhancing the functionality of other plugins. +plugins/cover -- cgit v1.2.3