Decorator for displaying debug messages as info.

This commit is contained in:
Brendon Duncan 2018-06-19 06:19:51 +12:00
commit c26c7ab8c3
2 changed files with 18 additions and 0 deletions

View file

@ -152,6 +152,7 @@ module.exports = function(grunt) {
src: [
'src/js/app.js',
'src/js/routes.js',
'src/js/decorators/*.js',
'src/js/directives/*.js',
'!src/js/directives/*.spec.js',