UNPKG

generator-base-backbone

Version:

Backbone.js basic skeleton for webapp development. With RequireJS, Bootstrap, Sass, and templating with Pug and Lodash. Also with JSHint and Grunt.

15 lines 253 B
'use strict'; module.exports = function(grunt) { grunt.config.set('connect', { server: { options: { protocol: 'http', hostname: 'localhost', port: '9000', base: 'dist', open: '/index.html', keepalive: false } } }); };