MCPcopy Create free account
hub / github.com/angular-ui/ui-grid / copyIntoRelease

Function copyIntoRelease

lib/grunt/plugins.js:294–298  ·  view source on GitHub ↗
(taggedReleaseDir, filePath)

Source from the content-addressed store, hash-verified

292
293 // Copies a file into the release directory
294 function copyIntoRelease(taggedReleaseDir, filePath) {
295 var file = path.resolve(projectPath, filePath);
296
297 shell.cp('-f', file, taggedReleaseDir);
298 }
299
300 // Create the bower.json file
301 grunt.registerTask('update-bower-json', function () {

Callers 1

plugins.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected