UNPKG

fixtable

Version:

A grid library to present tabular data

9 lines (8 loc) 161 B
module.exports = (grunt, options) -> fixtable: expand: true flatten: false cwd: 'coffee/' src: ['**/*.coffee'] dest: 'temp' ext: '.js'