0.2.5 • Published 10 years ago

grunt-html-glob v0.2.5

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

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.

0.2.5

10 years ago

0.2.4

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago