grunt-wrapup-partition

wrapup-partition grunt task

Usage no npm install needed!

<script type="module">
  import gruntWrapupPartition from 'https://cdn.skypack.dev/grunt-wrapup-partition';
</script>

README

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.