0.0.4 • Published 10 years ago

styl-file-compile v0.0.4

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

サンプル

ファイル単位

var stylus = require('compile-stylus');

stylus.compileFile("input.styl","output.css").then(
	function(){
		console.log("success");
	},
	function(){
		console.log("error");
	}
);

ディレクトリ単位

var stylus = require('compile-stylus');

stylus.compileDir("srcdir","destdir").then(
	function(){
		console.log("success");
	},
	function(){
		console.log("error");
	}
);
0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.0

10 years ago