1.0.6 • Published 4 years ago

newer-stylus-grunt v1.0.6

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

About

newer-stylus-grunt is a set of helpers which enables STYLUS compilation when using grunt-newer.

Install

npm install newer-stylus-grunt

Usage:

var newerStylusGrunt = require('newer-stylus-grunt');
// Optional
newerStylusGrunt.setGlobalInclude({
	'src/styles/common.styl': [
		'home.styl',
	],
});
module.exports = function(grunt) {
    grunt.initConfig({
        newer: {
            options: {
                override: newerStylusGrunt,
            }
        },
        //Anything else
    });
};
1.0.6

4 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago