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.

8 lines 130 B
'use strict'; module.exports = function(grunt) { grunt.config.set('open', { dev: { path: 'http://localhost:9000' } }); };