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.

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