stephnr / electron-angular-boilerplate

An Electron template app using AngularJS, Skeleton and a whoe sleuth of tools for building Windows/Mac/Linux desktop applications
MIT License
138 stars 40 forks source link

Update karma.conf.js to reference correct path to bower installed angular and angular-mocks files #9

Closed cgaubuchon closed 9 years ago

cgaubuchon commented 9 years ago

Made the mistake of assuming that the compile and references were made when running npm start but they are not, thus the paths were incorrect. Perhaps it should be documented that Gulp should be ran prior to running/testing the app.

stephnr commented 9 years ago

Got it, I can give you brownie points on that one if you can make a PR modifying the README :+1: