nickjanssen / angus

Declarative build tool for the web.
http://slides.com/nickjanssen/declarative-build-configurations
211 stars 13 forks source link

investigate whether angular can be used in karma tests #15

Open nickjanssen opened 9 years ago

ingmargoudt commented 9 years ago

bowercomponents/angular/angular.min.js should be added to the core/gulp/karma.js in the attribute files, as well as a reference to all source files: '/src//_*'

ingmargoudt commented 9 years ago

Forget that first comment. Better is to let the core/gulp/karma.js reference to the karma.config.js file that resides in the angus.AppPath. The user can then edit and customize the config file for karma.

karma.start({ configFile: angus.AppPath + '/karma.conf.js', singleRun: true })