1
0
Fork 0
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:
Waldir Pimenta 2016-03-28 00:30:17 +01:00
commit dbbf7fc467

12
pages/common/gulp.md Normal file
View 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}}`