btford / angular-express-seed

A great starting point for writing AngularJS apps backed by an Express-powered node.js server.
1.51k stars 596 forks source link

How can I use only html and not .jade #43

Open ix-xerri opened 8 years ago

ix-xerri commented 8 years ago

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

neolectron commented 8 years ago

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

akanshgulati commented 8 years ago

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.