born2net / Angular-kitchen-sink

:rocket: Angular - learn by example
http://ng.javascriptninja.io
755 stars 146 forks source link

case sensitive filenames, gitignore #10

Closed rosshinkley closed 8 years ago

rosshinkley commented 8 years ago

I ran into an issue with case-sensitive filenames on Linux. Changing the specified files to match how they are included (also making them consistent with the files around them) fixes the problem.

I also added a .gitignore for JSPM and NPM packages as they are not meant to be included.

Thoughts?

born2net commented 8 years ago

tx for reporting, I fixed on my end...