grunt-swig icon indicating copy to clipboard operation
grunt-swig copied to clipboard

Disable Cache not working

Open vkanwal opened this issue 10 years ago • 0 comments

Hi

I am not able to disable the cache in init Is this a bug?

swig: {
    init:{
        cache: false,
        autoescape: true
    },

    dev:{
        src: ['views/**/*.swig'],
        dest: '<%= pkg.devLoc %>',
        production: false
    }
}

vkanwal avatar Oct 17 '14 11:10 vkanwal