grunt-html-glob

0.2.5 • Public • Published

grunt-html-glob

Grunt task for glob-html.

Sample configuration:

module.exports = function (grunt) {
  grunt.initConfig({
    glob: {
      dev: {
        files: [{
          expand: true,
          cwd: 'public',
          src: ['**/*.html'],
          dest: 'public',
          ext: '.html'
        }]
      },
      options: {
        cssPrefix: 'stylesheets',
        jsPrefix: 'scripts'
      }
    }
  });
 
  grunt.loadNpmTasks('grunt-html-glob');
};

See glob-html documentation for more information.

Readme

Keywords

Package Sidebar

Install

npm i grunt-html-glob

Weekly Downloads

0

Version

0.2.5

License

MIT

Last publish

Collaborators

  • danhper