Sha256: ca5399ddd476d68e35618dfbcf3c61f2b624afbb0bb05da9c63d56fc6a6bb702

Contents?: true

Size: 315 Bytes

Versions: 6

Compression:

Stored size: 315 Bytes

Contents

module.exports =
  default:
    files:
      'public/assets/app.js': [
        'assets/javascripts/app.coffee'
      ]
    options:
      compress: false
      expand: true
      join: true
  production:
    files: '<%= coffee.default.files %>'
    options:
      compress: true
      expand: true
      join: true

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
daiku-0.2.2 lib/daiku/plugins/grunt/_config/coffee.coffee
daiku-0.2.1 lib/daiku/plugins/grunt/_config/coffee.coffee
daiku-0.2.0 lib/daiku/plugins/grunt/_config/coffee.coffee
daiku-0.1.1 lib/daiku/plugins/grunt/_config/coffee.coffee
daiku-0.1.0 lib/daiku/plugins/grunt/_config/coffee.coffee
daiku-0.0.12 lib/daiku/_grunt/.grunt/coffee.coffee