Skip to content

Grunt Task using Bless.js to split your CSS into files just for the pleasure of Internet Explorer

License

Notifications You must be signed in to change notification settings

kao/grunt-bless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grunt Bless

Here a Grunt task using Bless.js to split your CSS into files just for the pleasure of Internet Explorer.

Configuration

module.exports = function (grunt) {
  var config = {};

  config.bless = {
    files: {
      src: ['test/css/example.css'],
      dest: 'test/css/example.ie.css',
      filter: 'isFile'
    },
    options: { }
  };
  grunt.initConfig(config);
}

Usage

$ grunt bless

About

Grunt Task using Bless.js to split your CSS into files just for the pleasure of Internet Explorer

Resources

License

Stars

Watchers

Forks

Packages

No packages published