UNPKG

artistry

Version:

A powerful and configurable stylesheet

7 lines (4 loc) 152 B
var gulp = require('gulp'); require('./tasks/compile')(gulp); gulp.task('default', ['stylus:build']); gulp.task('dev', ['stylus:build-watch']);