Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit 86a8f48

Browse files
author
Jasper Haggenburg
committed
updated notes
1 parent 46eed94 commit 86a8f48

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Grunt Image Embed
1+
# Grunt CSS Url Rewrite
22

33
This task converts all data found within a stylesheet (those within a url( ... ) declaration) into base64-encoded data URI strings. This includes images and fonts.
44

tasks/grunt-image-embed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Grunt Image Embed
2+
* Grunt CSS Url Rewrite
33
* https://github.com/jpunt/grunt-css-url-rewrite
44
*
55
* Copyright (c) 2013 Eric Hynds

tasks/lib/encode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Grunt Image Embed
2+
* Grunt CSS Url Rewrite
33
* https://github.com/jpunt/grunt-css-url-rewrite
44
*
55
* Copyright (c) 2012 Eric Hynds

tasks/lib/fetch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Grunt Image Embed
2+
* Grunt CSS Url Rewrite
33
* https://github.com/jpunt/grunt-css-url-rewrite
44
*
55
* Copyright (c) 2012 Eric Hynds

0 commit comments

Comments
 (0)