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