mrichard / generator-marionette

Yeoman marionette generator a la AMD
329 stars 72 forks source link

baucis #53

Open ginna-baker opened 9 years ago

ginna-baker commented 9 years ago

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!

ghost commented 9 years ago

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.