Add shell:shrinkwrap task.

This commit is contained in:
ccd0 2016-04-09 17:25:50 -07:00
parent 2d6702cbad
commit 952b481e86

View File

@ -193,6 +193,8 @@ module.exports = (grunt) ->
npm install --save-dev <%= Object.keys(pkg.devDependencies).filter(function(name) {return /^\\^/.test(pkg.devDependencies[name]);}).map(function(name) {return name+'@latest';}).join(' ') %>
./node_modules/.bin/npm-shrinkwrap --dev
""".split('\n').join('&&').replace(/\//g, path.sep)
shrinkwrap:
command: './node_modules/.bin/npm-shrinkwrap --dev'
watch:
options: