aboutsummaryrefslogtreecommitdiffstats
path: root/build.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-06-11 17:04:21 +0200
committerLoïc Hoguin <[email protected]>2015-06-11 17:04:21 +0200
commita6f75aa3dcf3de4638d3f454b17bece8ef213bb9 (patch)
tree2fa8c9cb2545d0c5b79e5c0cdea054c81fcfbb7f /build.config
parent271869889587085494baaedc6b44e939252637f0 (diff)
downloadcowboy-a6f75aa3dcf3de4638d3f454b17bece8ef213bb9.tar.gz
cowboy-a6f75aa3dcf3de4638d3f454b17bece8ef213bb9.tar.bz2
cowboy-a6f75aa3dcf3de4638d3f454b17bece8ef213bb9.zip
Add HTTP/2 support preview2.0.0-pre.2
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.
Diffstat (limited to 'build.config')
-rw-r--r--build.config30
1 files changed, 23 insertions, 7 deletions
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