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.
related info:
https://gist.github.com/zhuangya/8653303
so, i wanna create a directive by yeoman, and i do this:
notice that the filename is
foobar.js
for the directive file and test file.but what changed in the html:
see that? it's
fooBar.js
i develop my site on a MacBook Pro, and it's FS is case insensitive by default, but the production server (ubuntu) is case sensitive.
however, i execute
grunt build
on the server, in this case:fooBar.js
so, could you/anybody unify the filename ?
thanks.
update,
version:
yo@1.1.2
generator-angular@0.7.1
The text was updated successfully, but these errors were encountered: