2.0.0 • Published 10 years ago

grunt-build-tools v2.0.0

Weekly downloads
1
License
-
Repository
github
Last release
10 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

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.8.3

10 years ago

0.8.2

10 years ago

0.8.1

10 years ago

0.8.0

10 years ago

0.7.1

10 years ago

0.7.0

10 years ago

0.5.2

10 years ago

0.5.1

10 years ago

0.6.2

10 years ago

0.6.1

10 years ago

0.6.0

10 years ago

0.5.0

10 years ago

0.4.0

10 years ago

0.3.10

10 years ago

0.3.9

10 years ago

0.3.8

10 years ago

0.3.7

10 years ago

0.3.6

10 years ago

0.3.5

10 years ago

0.3.4

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.7

10 years ago

0.2.6

10 years ago

0.2.5

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.12

10 years ago

0.1.11

10 years ago