You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.
According to the documentation, I should get js files by default and coffee files only if I pass the --coffee flag. However, I am always getting the coffee script files. Furthermore, there is no way to force the generation of by passing a flag like "--javascript" or "--js"
Thanks
-Venu
PS : I am using yo version 1.0.0-beta.4
The text was updated successfully, but these errors were encountered:
This appears to be more to do with angular's setup itself.
If you run
yo webapp
The default file generation appears to be coffee. So if you now run
yo angular:app
All succeeding commands generate coffee files. However there is no way to force the generation of js files
I am having this same issue. If it does depend on how angular is setup somehow, then it would be nice if you could override it with a --javascript or --js option. I am having trouble figuring out how to generate js files among the pre-existing coffee files.
According to the documentation, I should get js files by default and coffee files only if I pass the --coffee flag. However, I am always getting the coffee script files. Furthermore, there is no way to force the generation of by passing a flag like "--javascript" or "--js"
Thanks
-Venu
PS : I am using yo version 1.0.0-beta.4
The text was updated successfully, but these errors were encountered: