Skip to content

Instantly share code, notes, and snippets.

@malinges
Created December 13, 2014 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save malinges/c9d48ffaf8fa940e4df3 to your computer and use it in GitHub Desktop.
Save malinges/c9d48ffaf8fa940e4df3 to your computer and use it in GitHub Desktop.
require("fs-extra").copy("node_modules/docco/resources/parallel/", "parallel", function(err, res) { console.log("done:", arguments); });
require("fs-extra").copy("node_modules/docco/", "docco", function(err, res) { console.log("done:", arguments); });
{
"name": "grunt-docco-issue40-test",
"dependencies": {
"docco": "^0.6.3",
"fs-extra": "^0.13.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment