m-s-morgan / grunt-less-bundle

A grunt task for running less-bundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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');

About

A grunt task for running less-bundle

License:MIT License


Languages

Language:JavaScript 100.0%