angular-native-seed
angular-native-seed copied to clipboard
Fixes #93. Remove invalid symlink.
Awesome work on this seed project and thank you!
I ran into #93 as well and noticed an invalid symlink in the { N } src
. That was preventing the fonts
and assets
symlinks from being created, which would cause the gulp build task to fail.
I also just updated the .gitignore
in { N } to also ignore the fonts
symlink, which is probably how the symlink was initially accidentally pushed to begin with :).
Thanks again! 👍