datatypevoid / vulgar

A simple and scalable MEAN stack development kit featuring Angular 2 (Router, Http, Forms, Services, Tests, E2E, Coverage, Dev/Prod), Express, MongoDB, Mongoose, Node, PassportJS, Socket.io, Karma, Protractor, Jasmine, Istanbul, SASS Support, TypeScript, TSLint, NG2Lint, Hot Module Replacement, Docco, Gulp, and Webpack by @datatypevoid
MIT License
286 stars 66 forks source link

Fix to use correct directory path for client side files #8

Closed b3kN closed 8 years ago

b3kN commented 8 years ago

Bug fix for directory routing on development bundling features.

Was unable to display index.html due to app looking for "front-end" directory. Changed to have app look for "client" directory.

datatypevoid commented 8 years ago

Thanks for that, I forgot to commit that one ;)

b3kN commented 8 years ago

No problem! Ran into it and figured I'd help out :smiley_cat: