mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-28 23:04:54 +02:00
Merge pull request #831 from emileber/gulp-page
Added gulp to common pages.
This commit is contained in:
commit
dbbf7fc467
1 changed files with 12 additions and 0 deletions
12
pages/common/gulp.md
Normal file
12
pages/common/gulp.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# gulp
|
||||
|
||||
> JavaScript task runner and streaming build system.
|
||||
> Tasks are defined within gulpfile.js at the project root.
|
||||
|
||||
- Run the default task:
|
||||
|
||||
`gulp`
|
||||
|
||||
- Run individual tasks:
|
||||
|
||||
`gulp {{task}} {{othertask}}`
|
Loading…
Add table
Reference in a new issue