Jade ClientSide Template Inheritance -
Jade ClientSide Template Inheritance -
jade inheritance in clientside give me error:
error: failed require "path"
any solution?
or possible utilize inheritance on client side?
you using path somewhere in code, this
app.use(express.static(path.join(__dirname, 'public')));
so should add together path module :
var express = require('express') , path = require('path');
jade
Comments
Post a Comment