UNPKG

r-layout

Version:

Layout made simple. Screw CSS!

12 lines (6 loc) 220 B
module.exports = function (grunt) { grunt.initConfig({}); grunt.config( 'webpack', require('./grunt/webpack.js') ); grunt.loadNpmTasks('grunt-webpack'); grunt.registerTask('dev', ['webpack']); };