Remove font task (#526)

This commit is contained in:
Jesse Tan 2017-12-22 22:13:40 +01:00 committed by Aaron Carlisle
parent b2c8c0cffc
commit 7b7ccadecc

View File

@ -161,7 +161,6 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-open');
grunt.loadNpmTasks('grunt-browserify');
grunt.registerTask('fonts', ['clean:fonts','copy:fonts']);
grunt.registerTask('default', ['exec:bower_update','clean','copy:fonts','sass:dev','browserify:dev','exec:build_sphinx','connect','open','watch']);
grunt.registerTask('build', ['exec:bower_update','clean','copy:fonts','sass:build','browserify:build','exec:build_sphinx']);
}