Skip to content

Commit

Permalink
Remove some grunt tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
themyth92 committed Jan 16, 2017
1 parent dee3806 commit 9455a34
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
module.exports = function ex(grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
karma: {
unit: {
configFile: 'test/karma.conf.js'
}
},
uglify: {
options: {
banner: '/*! <%= pkg.name %> - v<%= pkg.version %> - ' +
Expand Down Expand Up @@ -94,7 +89,6 @@ module.exports = function ex(grunt) {
});

require('load-grunt-tasks')(grunt);
grunt.registerTask('test', ['jshint']);
grunt.registerTask('dist', ['clean:dist', 'ngtemplates', 'concat', 'copy:dist', 'uglify',
'clean:temp', 'copy:assets', 'cssmin']);
};

0 comments on commit 9455a34

Please sign in to comment.