UNPKG
ndut-view
Version:
latest (0.7.0)
0.7.0
0.6.15
0.6.14
0.6.13
0.6.12
0.6.11
0.6.10
0.6.9
0.6.8
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
View Engine for Ndut Framework
github.com/ardhi/ndut-view
ardhi/ndut-view
ndut-view
/
ndut
/
init.js
7 lines
(5 loc)
•
234 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
retrieveThemes =
require
(
'../lib/retrieve-themes'
)
module
.
exports
=
async
function
(
options
) {
this
.
ndutView
.
helper
.
minify
=
require
(
'html-minifier'
).
minify
this
.
ndutView
.
themes
=
await
retrieveThemes.
call
(
this
, options) }