projects
/
working
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31b26d0
)
add missing file in Gulp build
author
Dan Allen
<dan@opendevise.com>
Sun, 30 Dec 2018 12:14:09 +0000
(
05:14
-0700)
committer
Dan Allen
<dan@opendevise.com>
Sun, 30 Dec 2018 12:14:09 +0000
(
05:14
-0700)
gulpfile.js/tasks/index.js
[new file with mode: 0644]
patch
|
blob
diff --git a/gulpfile.js/tasks/index.js
b/gulpfile.js/tasks/index.js
new file mode 100644
(file)
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 })