UNPKG

generator-base-angulymerjs

Version:

AngularJS with Polymer Webcomponents basic skeleton for webapp development. With RequireJS, Bootstrap, Sass. Also with JSHint and Grunt.

8 lines 117 B
'use strict'; module.exports = function(grunt) { grunt.config.set('clean', { dist: { src: ["dist/"] } }); };