From 7b7ccadecca0972ede68d623dc01b8d5e1446ec9 Mon Sep 17 00:00:00 2001 From: Jesse Tan Date: Fri, 22 Dec 2017 22:13:40 +0100 Subject: [PATCH] Remove font task (#526) --- Gruntfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index edb7d562..311b3012 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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']); }