Skip to content

p1100i/grunt-symlinkassets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Swap asset src/href using symlinks.

Resources

License

Stars

Watchers

Forks

Packages

No packages published