MCPcopy Index your code
hub / github.com/betsol/angular-input-modified / deployClearTemp

Function deployClearTemp

gulpfile.js:194–199  ·  view source on GitHub ↗

* Clears temp directory. * * @param {function} callback

(callback)

Source from the content-addressed store, hash-verified

192 * @param {function} callback
193 */
194function deployClearTemp (callback) {
195 del([deployTmpPath, './.publish'], function () {
196 console.log('Temporary directories removed!');
197 callback();
198 });
199}

Callers 1

gulpfile.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected