1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-01-10 21:16:32 +01:00

replace assets/img calls in html too

This commit is contained in:
Matthias Kretschmann 2014-09-07 22:04:38 +02:00
parent 8fd32c3399
commit a9ddefa5d5

View File

@ -216,6 +216,10 @@ module.exports = function(grunt){
from: '/assets/js/',
to: '<%= config.cdnurl %>/assets/js/'
},
{
from: '/assets/img/',
to: '<%= config.cdnurl %>/assets/img/'
},
{
from: '/media/',
to: '<%= config.cdnurl %>/media/'