iron-meteor / iron-cli

A scaffolding command line tool for Meteor applications.
639 stars 82 forks source link

Additional routes file being generated #162

Closed camstuart closed 9 years ago

camstuart commented 9 years ago

After creating a project with the --js=coffee flag, generating a new route creates an additional file with an usual file extension:

iron g:route '/insert_customer'
created app/lib/routes.js.coffee

Perhaps the js extension is not being substituted for coffee?

chrisbutler commented 9 years ago

hi @camstuart, can you tell me which version you are on? with a fresh project on 1.2 i don't see this happening