Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.

Commit

Permalink
Update to font-awesome 4.1.0
Browse files Browse the repository at this point in the history
Fixes #220
  • Loading branch information
GaryJones committed May 28, 2014
1 parent 16d1ea6 commit 1bbc728
Show file tree
Hide file tree
Showing 9 changed files with 941 additions and 714 deletions.
7 changes: 4 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ module.exports = function(grunt) {
fonticons: {
options: {
patterns: [{
match: /\"variables\"/g,
replacement: '"ft-variables"'
match: /\"variables.less\"/g,
replacement: '"ft-variables.less"'
}]
},
files: [{
Expand Down Expand Up @@ -553,7 +553,8 @@ module.exports = function(grunt) {
grunt.registerTask( 'dependencies', [
'bower',
'copy',
'replace:fonticons'
'replace:fonticons',
'build'
] );

grunt.registerTask( 'build', [
Expand Down
Loading

0 comments on commit 1bbc728

Please sign in to comment.