We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ea29c2 commit 0655f42Copy full SHA for 0655f42
2 files changed
Gruntfile.js
@@ -34,9 +34,6 @@ module.exports = function(grunt) {
34
files: {
35
'<%= config.dist %>/github.min.js': [
36
'<%= config.src %>/github.js'
37
- ],
38
- '<%= config.dist %>/underscore/underscore.min.js': [
39
- '<%= config.bower %>/underscore/underscore.js'
40
]
41
}
42
@@ -49,7 +46,6 @@ module.exports = function(grunt) {
49
46
});
50
47
51
48
grunt.loadNpmTasks('grunt-contrib-clean');
52
- grunt.loadNpmTasks('grunt-contrib-copy');
53
grunt.loadNpmTasks('grunt-contrib-cssmin');
54
grunt.loadNpmTasks('grunt-contrib-uglify');
55
dist/underscore/underscore.min.js
0 commit comments