Use local install of grunt-cli when creating zip

Andreas Hocevar
2016-02-24 10:05:06 +01:00
parent 27e15628bd
commit ea0b46f322
+1 -1
@@ -94,7 +94,7 @@ If you run into ```Warning: ENFILE: file table overflow``` check out http://supe
Create an archive from the artifacts created by the `npm run deploy` step above. This includes the documentation and source.
treeish=v3.1.0 grunt zip
treeish=v3.1.0 node_modules/.bin/grunt zip
Note: we do not rely on the archive created by GitHub because it only contains the source code. Our archive includes the ol builds, the hosted examples, the generated API docs, etc.