|
|
il y a 6 ans | |
|---|---|---|
| .. | ||
| admin | il y a 6 ans | |
| build | il y a 6 ans | |
| collections | il y a 6 ans | |
| config | il y a 6 ans | |
| docs | il y a 6 ans | |
| rtl | il y a 6 ans | |
| README.md | il y a 6 ans | |
| build.js | il y a 6 ans | |
| check-install.js | il y a 6 ans | |
| clean.js | il y a 6 ans | |
| install.js | il y a 6 ans | |
| version.js | il y a 6 ans | |
| watch.js | il y a 6 ans | |
These tasks can be imported into your own gulpfile allowing you to avoid using Semantic's build tools
var
watch = require('path/to/semantic/tasks/watch')
;
gulp.task('watch ui', watch);