cashbit / sails-crudface

A sailsjs node module for "systematic" scrud interface generation
38 stars 8 forks source link

Add jade support for views #14

Open webmasterslava opened 8 years ago

webmasterslava commented 8 years ago

Don't work if you created app with jade support. sails new app_name --template=jade

cashbit commented 8 years ago

Can you describe or post eventual error messages or example setup ?

slavaparfenov commented 8 years ago

your views are written in ejs format, but if sails platform installed with jade views, your views don't work

try to create sails app with sails new app_name --template=jade command and see that ejs is not supported