UNPKG

generator-base-polymer

Version:

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

16 lines 242 B
'use strict'; module.exports = function(grunt) { grunt.config.set('babel', { options: { sourceMap: false }, dist: { files: [{ expand: true, cwd: 'src/scripts/', dest: 'dist/js/', src: ['**/*.js'] }] } }); };