UNPKG
jolly
Version:
latest (1.0.1)
1.0.1
1.0.0
Production ready boileprlate for Hapi
github.com/ravisuhag/jolly
ravisuhag/jolly
jolly
/
app
/
templates
/
helpers
/
m.js
9 lines
(6 loc)
•
199 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
/* Manifest file reader for grabbing new static assets */
var
manifest =
require
(
'../../static/rev-manifest'
);
module
.
exports
=
function
m
(
filename
) {
return
manifest[filename]; };