0.4.0 • Published 4 years ago

grunt-critical-css-rwd v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

grunt-critical-css-rwd

Grunt plugin to extract critical-path CSS from HTML.

Getting Started

This plugin requires Grunt ~0.4.5

If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

npm install grunt-critical-css-rwd --save-dev

Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

grunt.loadNpmTasks('grunt-critical-css-rwd');

The "criticalCssRwd" task

Overview

In your project's Gruntfile, add a section named criticalCssRwd to the data object passed into grunt.initConfig().

grunt.initConfig({
  criticalCssRwd: {
    options: {
      // Task-specific options go here.
    },
    src: ,
    dest: 
  },
});

Options

options.ignore

Type: String Default value: ', '

A string value that is used to do something with whatever.

options.dimensions

Type: array Default value: []

An array of objects containing height and width. Takes precedence over width and height if set.

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago