cgross / generator-cg-angular

Yeoman generator for Enterprise Angular projects.
MIT License
592 stars 198 forks source link

New karma debug task #77

Open marcdexet-cnrs opened 10 years ago

marcdexet-cnrs commented 10 years ago

It's not easy to debug unit tests when karm run all of them. In order to use the createFolderGlobs function and avoid karma.conf.js, I had created a new task 'test_debug'

When 'grunt test_debug' is ran, you can debug your tests with karma debug option. Because of test_debug is not under grunt-contrib-watch, let it be watching.

Add a rule to ignore npm*.log files to .gitignore