linemanjs / lineman-angular-template

A Lineman Application Template using AngularJS
251 stars 88 forks source link

changes to make debugging work (changes to js spec file also work in reg... #28

Closed structuralartistry closed 10 years ago

structuralartistry commented 10 years ago

Just the tweaks I had to make to get debugging in spec e2e working. You may not want to merge the change to config/spec-e2e.js as it takes coffeescript out of the equation.

searls commented 10 years ago

Why remove coffeescript?

On Sun, Dec 15, 2013 at 2:59 PM, David Kahn notifications@github.com wrote:

Just the tweaks I had to make to get debugging in spec e2e working. You may not want to merge the change to config/spec-e2e.js as it takes coffeescript out of the equation. You can merge this Pull Request by running: git pull https://github.com/structuralartistry/lineman-angular-template debugging Or you can view, comment on it, or merge it online at: https://github.com/testdouble/lineman-angular-template/pull/28 -- Commit Summary --

structuralartistry commented 10 years ago

Sorry, should have placed more context. This is more of an example of getting debugging working with lineman-angular-template. The removal of cs I am not recommending if you use it but I did just to get things working and as I dont use cs. Probably you would want running protractor debug config/spec-e2e.js to play nice with compiling cs but it does not currently. Thread to refer to:

https://github.com/testdouble/lineman-angular-template/issues/22