2.0.0 • Published 9 years ago

grunt-build-tools v2.0.0

Weekly downloads
1
License
-
Repository
github
Last release
9 years ago

grunt-build-tools

Mark's build tools

Getting Started

This plugin requires Grunt ~0.4.5

If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

npm install grunt-build-tools --save-dev

Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

grunt.loadNpmTasks('grunt-build-tools');

The "bt" task

Overview

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

grunt.initConfig({
  bt: {
    options: {
      // Task-specific options go here.
    },
    uglifyFiles: {
      // the object mapping of files that should be uglified during build command
    },
    testRequireConfig: {
      // the requirejs configuration used for tests
    },
  },
});

Options

options.uglifyFiles

Type: Object Default value: ', '

An object mapping of files that should be uglified during build command,

options.testRequireConfig

Type: Object Default value: '.'

An object to use as the requirejs configuration used for tests.

2.0.0

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.8.3

9 years ago

0.8.2

9 years ago

0.8.1

9 years ago

0.8.0

9 years ago

0.7.1

9 years ago

0.7.0

9 years ago

0.5.2

9 years ago

0.5.1

9 years ago

0.6.2

9 years ago

0.6.1

9 years ago

0.6.0

9 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.3.10

9 years ago

0.3.9

9 years ago

0.3.8

9 years ago

0.3.7

9 years ago

0.3.6

9 years ago

0.3.5

9 years ago

0.3.4

9 years ago

0.3.3

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.7

9 years ago

0.2.6

9 years ago

0.2.5

9 years ago

0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.12

9 years ago

0.1.11

9 years ago