grunt-swig
grunt-swig copied to clipboard
Disable Cache not working
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
}
}