0.0.8 • Published 10 years ago

grunt-wrapup-partition v0.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

grunt-wrapup-partition

Grunt Plugin for WrapUp Partition. Wraps your node modules into web modules.

Getting Started

This plugin requires Grunt ~0.4.1

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-wrapup-partition --save-dev

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

grunt.loadNpmTasks('grunt-wrapup-partition');

The "wrapup-partition" task

Overview

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

grunt.initConfig({
  'wrapup-partition': {
    your_target: {
      map: "js/mapping.json",
      output: "js/build",
      path: "js",
      compress: false
    },
  },
})

Options

For what the options do, have a look at the wrapup-partition README.

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago