parent
3f1e728781
commit
4385f1acbc
425 changed files with 59924 additions and 37200 deletions
|
@ -13,5 +13,5 @@ These tasks can be imported into your own gulpfile allowing you to avoid using S
|
|||
var
|
||||
watch = require('path/to/semantic/tasks/watch')
|
||||
;
|
||||
gulp.task('watch ui', 'Watch Semantic UI', watch));
|
||||
```
|
||||
gulp.task('watch ui', watch);
|
||||
```
|
||||
|
|
Reference in a new issue