Skip to content

Commit

Permalink
Prepare css url to grunt task build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Mantilla committed Feb 5, 2014
1 parent 3cd5faa commit 399b103
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gruntfile.js
Expand Up @@ -433,6 +433,10 @@ module.exports = function (grunt) {
{
from: 'url(/fonts/',
to: 'url(http://gizra.github.io/CDL/fonts/'
},
{
from: 'url(/images/',
to: 'url(http://gizra.github.io/CDL/images/'
}]
}
},
Expand Down

0 comments on commit 399b103

Please sign in to comment.