Skip to content

Commit

Permalink
Add grunt task just for Matthias that doesn't do minification
Browse files Browse the repository at this point in the history
  • Loading branch information
kborchers committed Apr 2, 2013
1 parent bc159c7 commit 147af66
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Gruntfile.js
Expand Up @@ -286,4 +286,15 @@ module.exports = function (grunt) {
'ngmin', 'ngmin',
'uglify' 'uglify'
]); ]);

grunt.registerTask('dev-no-uglify', [
'useminPrepare',
'imagemin',
'htmlmin',
'concat',
'copy',
'cdnify',
'usemin',
'ngmin'
]);
}; };

0 comments on commit 147af66

Please sign in to comment.