Skip to content

Commit 0655f42

Browse files
author
Akshay
committed
Removed underscore from minified folder.
1 parent 6ea29c2 commit 0655f42

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

Gruntfile.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ module.exports = function(grunt) {
3434
files: {
3535
'<%= config.dist %>/github.min.js': [
3636
'<%= config.src %>/github.js'
37-
],
38-
'<%= config.dist %>/underscore/underscore.min.js': [
39-
'<%= config.bower %>/underscore/underscore.js'
4037
]
4138
}
4239
}
@@ -49,7 +46,6 @@ module.exports = function(grunt) {
4946
});
5047

5148
grunt.loadNpmTasks('grunt-contrib-clean');
52-
grunt.loadNpmTasks('grunt-contrib-copy');
5349
grunt.loadNpmTasks('grunt-contrib-cssmin');
5450
grunt.loadNpmTasks('grunt-contrib-uglify');
5551

dist/underscore/underscore.min.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)