UNPKG

kss-scheibo

Version:

A custom template for the kss-node living styleguide.

11 lines (8 loc) 145 B
/* jshint node: true */ 'use strict'; const kss = require('kss'); const watch = require('./watch'); module.exports = { build: kss, watch, };