This package has been deprecated

Author message:

Use pleeease-brunch instead

brunch-pleeease

1.0.0 • Public • Published

brunch-pleeease

Add Pleeease support to Brunch

Install

Add this package to your package.json file, then npm install.

{
	"brunch-pleeease": "^1.0.0"
}

Or you can npm install --save brunch-pleeease.

Actually, it matches Pleeease 1.x.x.

Add options

All options are in brunch-config file, in the plugins.pleeease section, like so:

    plugins:
        pleeease:
            autoprefixer: true
            filters: true
            rem: true
            pseudoElements: true
            opacity: true
            import: true
            mqpacker: true
            minifier: true
            next: false
            sourcemaps: false

Note that brunch-pleeease is an optimizer, so it runs only when optimize is set to true.

Sourcemaps

Brunch concatenates files and manages sourcemaps on its own. But, if you @import CSS files using Pleeease, you can force sourcemaps generation for these files too. Simply add plugin.pleeease.sourcemaps: true option in your brunch-config file.

Options

See Pleeease.

Package Sidebar

Install

npm i brunch-pleeease

Weekly Downloads

1

Version

1.0.0

License

none

Last publish

Collaborators

  • iamvdo