1.0.0 • Published 7 years ago

grunt-buble v1.0.0

Weekly downloads
99
License
MIT
Repository
github
Last release
7 years ago

grunt-buble npm CircleCI

the blazing fast, batteries-included ES2015 compiler Bublé

Install

$ npm install --save-dev grunt-buble

Usage

require('load-grunt-tasks')(grunt); // npm install --save-dev load-grunt-tasks

grunt.initConfig({
  buble: {
    options: {
      sourceMap: true
    },
    dist: {
      files: {
        'dist/app.js': 'src/app.js'
      }
    }
  }
});

grunt.registerTask('default', ['buble']);

Options

See the Bublé options

License

MIT Alexander Milevski