angular-express-seed icon indicating copy to clipboard operation
angular-express-seed copied to clipboard

How can I use only html and not .jade

Open ix-xerri opened this issue 10 years ago • 2 comments
trafficstars

I've had the bootstrap running and converted the files from jade to html. How can I use them instead of jade?

ix-xerri avatar Nov 01 '15 16:11 ix-xerri

Man juste google it. --> http://stackoverflow.com/questions/14681276/how-to-make-an-express-site-without-a-template-engine You can serve static file as it is described here, or use ejs template engine which parses the html. -----Close this since its not an issue please-----

neolectron avatar Feb 02 '16 09:02 neolectron

After transferring file to public folder as per above comment, also make changes in the $routeProvider function in app.js file in public folder otherwise error will pop out.

akanshgulati avatar May 19 '16 18:05 akanshgulati