BerkeleyTrue / react-material

Material design components written with React.js and React Style
http://berkeleytrue.github.io/react-material
404 stars 38 forks source link

Removes assets from tracking in master branch. #68

Closed BerkeleyTrue closed 9 years ago

BerkeleyTrue commented 9 years ago

Assets should not be tracked in master branch as these are generated during dev build and for gh-pages and not necessarily used by the end user.

SanderSpies commented 9 years ago

Please also remove the index.html file in this case, as it doesn't make sense to have it anymore.

BerkeleyTrue commented 9 years ago

Done.

SanderSpies commented 9 years ago

Merged, thanks for these fixes.