0.1.8 • Published 9 years ago

grunt-extract-breakpoints v0.1.8

Weekly downloads
27
License
-
Repository
-
Last release
9 years ago

grunt-extract-breakpoints

Getting Started

This plugin requires Grunt ~0.4.1

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-extract-breakpoints --save-dev

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

grunt.loadNpmTasks('grunt-extract-breakpoints');

The "extract_breakpoints" task

Overview

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

grunt.initConfig({
  extract_breakpoints: {
    options: {
        width: 800,
        wrapper_class: 'no-mediaqueries'
    },
    dist: {
        src: ['app/css/*.css'],
        dest: 'dist/css/nobreakpoints/'
    }
  },
})

Options

width

Viewport width to simulate and extract css for

wrapper_class

Optional wrapper class for extracted css

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.

Release History

2014-01-03 First release

0.1.8

9 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago