0.1.3 • Published 10 years ago

tb.grunt-dot v0.1.3

Weekly downloads
18
License
-
Repository
github
Last release
10 years ago

tb.grunt-dot

An dot builder to be used under grunt.

Overview

In your project's Gruntfile, add a section named tb_grunt_dot to the data object passed into grunt.initConfig().

grunt.initConfig({
  tb_grunt_dot: {
    options: {
      ext: '.html',
      amd: true
    },
    build: {
      expand: true,
      cwd: 'build/temp',
      src: ['**/*.html', '!**/bower_components'],
      dest: 'build/temp'
    }
  },
});

Options

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago