generator-marionette
generator-marionette copied to clipboard
baucis
If I say 'no' to baucis on the generator question, the 'grunt' command won't work due to the following error: "ReferenceError: baucis is not defined".
Also, the first question is unclear -- not a 'yes/no', but more of an 'either/or'.
Thanks!
Had the same issue, server/app.js still generates the following code with baucis set to 'no'
/* set Baucis */
baucis.rest({
singular: 'test'
});
app.use('/api/v1', baucis());
removing them makes 'grunt' command work, not tested further though.