Skip to content

Instantly share code, notes, and snippets.

@DavidSouther
Forked from malinges/copytest1.js
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DavidSouther/77db8d2ce83c98521082 to your computer and use it in GitHub Desktop.
Save DavidSouther/77db8d2ce83c98521082 to your computer and use it in GitHub Desktop.
require("ncp").ncp("node_modules/docco/resources/parallel/", "parallel", function(err, res) { console.log("done:", arguments); });
require("ncp").ncp("node_modules/docco/", "docco", function(err, res) { console.log("done:", arguments); });
{
"name": "grunt-docco-issue40-test",
"dependencies": {
"docco": "^0.6.3",
"ncp": "^1.0.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment