Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

southan/gulp-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-build

Easily create gulp builds using nothing more than a configuration object.

require( "gulp-build" )( require( "gulp" ), {
	styles: {
		files: "build/styles/**/*.scss",
		pipes: function ( args ) {
			return [
				this.sass().on( "error", this.sass.logError )
			];
		}
	}
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published