grunt-buble

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i grunt-buble

Weekly Downloads

8

Version

1.0.0

License

MIT

Last publish

Collaborators

  • w8r