MCPcopy
hub / github.com/benoitvallon/react-native-nw-react-calculator / mountFolder

Function mountFolder

Gruntfile.js:5–7  ·  view source on GitHub ↗
(dir)

Source from the content-addressed store, hash-verified

3var serveStatic = require('serve-static');
4
5var mountFolder = function (dir) {
6 return serveStatic(require('path').resolve(dir));
7};
8
9var webpackDistConfig = require('./webpack.dist.config.js');
10var webpackDevConfig = require('./webpack.config.js');

Callers 1

Gruntfile.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected