Browse Source

Merge pull request #2597 from jammiemountz/patch-1

pull/2616/head
Jack Lukic 9 years ago
parent
commit
c2f416d702
1 changed files with 3 additions and 5 deletions
  1. 8
      tasks/README.md

8
tasks/README.md

@ -10,8 +10,6 @@
These tasks can be imported into your own gulpfile allowing you to avoid using Semantic's build tools
```javascript
var
watch = require('path/to/semantic/tasks/watch')
;
gulp.task('watch ui', 'Watch Semantic UI', watch));
```
var watch = require('path/to/semantic/tasks/watch');
gulp.task('watch ui', 'Watch Semantic UI', watch);
```
Loading…
Cancel
Save