@drifted/static
v0.0.2
Published
this is supposed to let you have a default static directory in an npm module and also one in the project and it is also supposed to add etags too
Readme
static
npm install @drifted/static --save app.use(require('@drifted/static')({
path: [
path.join(process.cwd(), 'node_modules', '@drifted', 'assets', 'public')
]
}));
