UNPKG
ipsos-components
Version:
latest (5.0.0-rc.3)
5.0.0-rc.3
Material Design components for Angular
github.com/angular/material2
ipsos-components
/
tools
/
gulp
/
tasks
/
clean.ts
8 lines
(5 loc)
•
220 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{task}
from
'gulp'
;
import
{cleanTask}
from
'../util/task_helpers'
;
import
{buildConfig}
from
'material2-build-tools'
;
/** Deletes the dist/ directory. */
task
(
'clean'
,
cleanTask
(buildConfig.
outputDir
));