tb.grunt-dot

0.1.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i tb.grunt-dot

Weekly Downloads

0

Version

0.1.3

License

none

Last publish

Collaborators

  • zensh