UNPKG

255 Btext/coffeescriptView Raw
1module.exports = (grunt) ->
2 grunt.initConfig
3 coffee:
4 compile:
5 files:
6 'index.js': ['src/runner.coffee']
7
8 grunt.loadNpmTasks 'grunt-contrib-coffee'
9
10 grunt.registerTask 'default', ['coffee']
\No newline at end of file