cam-technologies / time-booker

Web based time booking application, build using the MEEN stack. This application will allow users to manually enter work times in blocks of hours and minutes for each day of the week.
2 stars 7 forks source link

PR: test(login_page): adding ic-ajax #23

Closed madole closed 10 years ago

madole commented 10 years ago
madole commented 10 years ago

Currently the gulp bower install task is wiping the ic-ajax injection in the index.html, but works fine if you just manually add it. The ic-ajax file downloads fine into the vendor folder, it's just the injection that's an issue.

@martinmicunda can you maybe look at this over the weekend?

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling eb8ed75b9b9f99e1f65df30ada87c22adac04c2e on madole:master into a5617a95f4b10684fe36c1efdd8857172e35d7b6 on cam-technologies:master.

martinmicunda commented 10 years ago

@madole The problem why injection is not working is described here. I have also added fix that won't remove ic-ajax from index.html when you run gulp install. The fix can be found in this pull request #24.