module.exports = ( grunt, options ) ->
  fixtable:
    files:
      'dist/fixtable.min.js': ['dist/fixtable.js']
