grunt-less-bundle

0.1.1 • Public • Published

grunt-less-bundle

A grunt task for running less-bundle

Example

grunt.initConfig({
  less: {
    main: {
        license: './license.txt',
        version: '<%= pkg.version %>',
        src: './main.less',
        dest: [
            './out.less'
        ]
    }
  },
  pkg: grunt.file.readJSON('package.json')
});

grunt.loadNpmTasks('grunt-less-bundle');

Readme

Keywords

Package Sidebar

Install

npm i grunt-less-bundle

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • m-s-morgan