grunt-manifest
grunt-manifest copied to clipboard
Produce a manifest for development and on for dist
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?