btford / angular-express-seed

A great starting point for writing AngularJS apps backed by an Express-powered node.js server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I use only html and not .jade

ix-xerri opened this issue · comments

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

commented

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-----

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.