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.

17 lines 273 B
'use strict'; module.exports = function(grunt) { grunt.config.set('less', { dev: { options: { style: 'nested' }, files: [{ cwd: 'src/styles/', dest: 'src/styles/css/', src: ['*.less', '*.css'], ext: '.css', expand: true }] } }); };