grunt-symlinkassets

0.1.3 • Public • Published

grunt-symlinkassets

Swap asset src/href using symlinks.

npm install grunt-symlinkassets --save-dev

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

grunt.loadNpmTasks('grunt-symlinkassets');

The "symlinkassets" task

Overview

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

grunt.initConfig({
  symlinkassets: {
    options: {
      // Task-specific options go here.
    },
    your_target: {
      // Target-specific file lists and/or options go here.
    },
  },
});

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i grunt-symlinkassets

    Weekly Downloads

    1

    Version

    0.1.3

    License

    none

    Unpacked Size

    6.22 kB

    Total Files

    4

    Last publish

    Collaborators

    • p1100i