0.1.3 • Published 5 years ago

grunt-symlinkassets v0.1.3

Weekly downloads
2
License
-
Repository
github
Last release
5 years ago

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.
    },
  },
});
0.1.3

5 years ago

0.1.2

6 years ago

0.1.1

8 years ago

0.1.0

9 years ago