Skip to content

m-s-morgan/grunt-less-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published