UNPKG

generator-barry

Version:

A generator for Yeoman. Generator that gives you ability to rapidly scaffold a front-end development app. With Jade and Stylus.

7 lines 214 B
module.exports = function(grunt) { require('matchdep').filterDev('grunt-*').forEach(grunt.loadNpmTasks); grunt.initConfig({ bumpup:'package.json' }); grunt.registerTask('default', ['watch']); };