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

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

Hibernate criteria by a list of natural ids -

ios - Lagging ScrollView with UIWebview inside -