This package has been deprecated

Author message:

This package is no longer being maintained. Check out the build-tools package as a replacement or feel free to use another alternative.

grunt-build-tools

2.0.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i grunt-build-tools

Weekly Downloads

1

Version

2.0.0

License

none

Last publish

Collaborators

  • test