UNPKG

generator-base-reactjs

Version:

ReactJS basic skeleton for webapp development. With RequireJS, Bootstrap, Sass and templating with Jade. JSX compiled with Babel.

12 lines 205 B
'use strict'; module.exports = function(grunt) { grunt.config.set('reactTemplates', { dist: { src: ['src/templates/**/*.rt'], options: { modules: 'none', format: 'stylish' } } }); };