gunta / grunt-manifest

Generates HTML5 Cache Manifest files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Produce a manifest for development and on for dist

sistemisolarirossi opened this issue · comments

I need to produce a manifest for development stage (with non-minified scripts, for example), with a 'dest' set to /app', instead of 'dist/', where I put it when building... How would you write manifest: {} block in Gruntfile.js to support these two scenarios?