Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 384 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 384 Bytes

datauri-brunch

Build Status

Usage

Install the plugin via npm with npm install --save-dev datauri-brunch.

Configuration

module.exports = {
    plugins: {
        datauri: {
            pattern: /\.(gif|jpg|png|svg)/
        }
    }
};