# HG changeset patch # User Ludovic Chabant # Date 1390925650 28800 # Node ID a24b8af2d4c393303ff2db8f0279734eabc8c0aa # Parent f1003615a261bc34cf3f91b36113388bcb95ae7c Deploy Bootstrap fonts. diff -r f1003615a261 -r a24b8af2d4c3 Gruntfile.js --- a/Gruntfile.js Wed Jan 22 21:39:18 2014 -0800 +++ b/Gruntfile.js Tue Jan 28 08:14:10 2014 -0800 @@ -58,7 +58,8 @@ {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['img/**']}, {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['js/**']}, {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['tpl/**']}, - {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['bootstrap/js/*.js']} + {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['bootstrap/js/*.js']}, + {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['bootstrap/fonts/**']} ] }, dev_scripts: { @@ -75,7 +76,7 @@ files: [ {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['js/require.js']}, {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['js/pagedown/**']}, - {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['font-awesome/font/**']} + {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['bootstrap/fonts/**']} ] } },