grunt-slim
メモ
Gruntfile.coffee
...................................... slim: pretty: options: pretty: true files: [ expand: true cwd: 'src' src: ['{,*/}*.slim'] dest: 'app' ext: '.html' ] ...................................... grunt.loadNpmTasks('grunt-slim')
圧縮されるのはアレなのでpretty: trueにした。
参考:grunt-slim