Closed camstuart closed 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:
--js=coffee
iron g:route '/insert_customer' created app/lib/routes.js.coffee
Perhaps the js extension is not being substituted for coffee?
hi @camstuart, can you tell me which version you are on? with a fresh project on 1.2 i don't see this happening
After creating a project with the
--js=coffee
flag, generating a new route creates an additional file with an usual file extension:Perhaps the js extension is not being substituted for coffee?