UNPKG

brei-grunt-config

Version:
9 lines (8 loc) 150 B
module.exports = function(grunt, options){ var yeoman = options.yeoman; return { target: { src: [yeoman.app + '/lib/updateScss.js'] } }; };