UNPKG

generator-base-polymer

Version:

Polymer basic skeleton for webapp development. With RequireJS, Bootstrap, Sass and templating with Jade. Routing by Page.js.

13 lines (12 loc) 205 B
'use strict'; module.exports = function (grunt) { grunt.config.set('merge-copy', { main: { options: { destination: 'dist/lib', directories: ['dist/lib'], patterns: '*.*' } } }); };