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

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -