Skip to content

Commit bb4dbdb

Browse files
committed
remove annotated source code and dependencies
1 parent 4746ec6 commit bb4dbdb

File tree

4 files changed

+2
-1230
lines changed

4 files changed

+2
-1230
lines changed

Gruntfile.js

+1-10
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,14 @@ module.exports = function(grunt) {
3434
all: ['tinycolor.js']
3535
},
3636

37-
docco: {
38-
debug: {
39-
src: ['tinycolor.js'],
40-
options: {
41-
output: 'docs/'
42-
}
43-
}
44-
}
4537
});
4638

4739

4840
grunt.loadNpmTasks('grunt-contrib-uglify');
4941
grunt.loadNpmTasks('grunt-contrib-jshint');
5042
grunt.loadNpmTasks('grunt-contrib-qunit');
51-
grunt.loadNpmTasks('grunt-docco');
5243

5344
grunt.registerTask('default', ['jshint', 'qunit']);
54-
grunt.registerTask('version-bump', ['jshint', 'qunit', 'uglify', 'docco']);
45+
grunt.registerTask('version-bump', ['jshint', 'qunit', 'uglify']);
5546

5647
};

docs/docco.css

-192
This file was deleted.

0 commit comments

Comments
 (0)