UNPKG

generator-base-polymer

Version:

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

11 lines 157 B
'use strict'; module.exports = function(grunt) { grunt.config.set('reload', { reload: { port: 9000, proxy: { host: 'localhost', } } }); };