nvladimiroff / CSUSeniorProject

Group 4's classroom clicker app
MIT License
0 stars 2 forks source link

Switch over to Mustache #8

Open nvladimiroff opened 8 years ago

nvladimiroff commented 8 years ago

Mustache is way easier than Jade, so I'm gonna switch everything over to that tomorrow.

devglen commented 8 years ago

Can we just configure both to save time? Based on research we just have to add the consolidate module and configure both template engines in the one file (app.js)

http://stackoverflow.com/questions/15063262/is-there-any-way-to-use-multiple-view-engines-with-express-node-js

nvladimiroff commented 8 years ago

Neat, that'll work for now,. Eventually I'd like to switch us all over to the same template system, but that can wait until we're not facing a presentation deadline.