summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Allen <dan@opendevise.com>2018-12-30 05:14:09 -0700
committerDan Allen <dan@opendevise.com>2018-12-30 05:14:09 -0700
commitaacad12db269c0ae23312b62ea2ff89f0cd2cef9 (patch)
tree0aeb342240706e3466af33d8836f182c060ac7e8
parent31b26d03b4db76b382f0939dd4a10f33ef5fd529 (diff)
downloadalpine-antora-theme-aacad12db269c0ae23312b62ea2ff89f0cd2cef9.tar.bz2
alpine-antora-theme-aacad12db269c0ae23312b62ea2ff89f0cd2cef9.tar.xz
add missing file in Gulp build
-rw-r--r--gulpfile.js/tasks/index.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/gulpfile.js/tasks/index.js b/gulpfile.js/tasks/index.js
new file mode 100644
index 0000000..a5795fc
--- /dev/null
+++ b/gulpfile.js/tasks/index.js
@@ -0,0 +1,5 @@
+'use strict'
+
+const camelCase = (name) => name.replace(/[-]./g, (m) => m.substr(1).toUpperCase())
+
+module.exports = require('require-directory')(module, __dirname, { recurse: false, rename: camelCase })