Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Gulp
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
MiyaHuang
April 19, 2016
Programming
0
130
Gulp
Gulp
MiyaHuang
April 19, 2016
Tweet
Share
Other Decks in Programming
See All in Programming
CDIの誤解しがちな仕様とその対処TIPS
futokiyo
0
110
米国のサイバーセキュリティタイムラインと見る Goの暗号パッケージの進化
tomtwinkle
1
300
Go1.26 go fixをプロダクトに適用して困ったこと
kurakura0916
0
310
CopilotKit + AG-UIを学ぶ
nearme_tech
PRO
1
110
15年目のiOSアプリを1から作り直す技術
teakun
0
540
PostgreSQL を使った快適な go test 環境を求めて
otakakot
0
330
AI巻き込み型コードレビューのススメ
nealle
2
2.4k
CSC307 Lecture 12
javiergs
PRO
0
450
AHC061解説
shun_pi
0
180
エージェント開発初心者の僕がエージェントを作った話と今後やりたいこと
thasu0123
0
180
CSC307 Lecture 11
javiergs
PRO
0
580
Oxlint JS plugins
kazupon
1
1.1k
Featured
See All Featured
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
287
14k
The Straight Up "How To Draw Better" Workshop
denniskardys
239
140k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
128
55k
Building AI with AI
inesmontani
PRO
1
740
Accessibility Awareness
sabderemane
0
68
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
25
1.8k
A better future with KSS
kneath
240
18k
The SEO identity crisis: Don't let AI make you average
varn
0
400
Utilizing Notion as your number one productivity tool
mfonobong
3
230
The Language of Interfaces
destraynor
162
26k
Sam Torres - BigQuery for SEOs
techseoconnect
PRO
0
200
Unlocking the hidden potential of vector embeddings in international SEO
frankvandijk
0
190
Transcript
Gulp Miya Huang
[email protected]
What is Gulp? • Fast and intuitive streaming build tool
built on Node.js. • task runner • over 1700 plugins 2
Use gulp build TypeScript 3
Typescript • TypeScript is a free and open source •
Developed and maintained by Microsoft • First appeared October 1, 2012 • Latest releases 1.6.2 • http://www.typescriptlang.org/ 4
Before Start 1. https://git.gss.com.tw/miya_huang/ build_with_gulp 2. install node.js https://nodejs.org 3.
install gulp typescript run : “npm install -g gulp typescript” 4. install livereload 5
Build with Gulp • path/to/build_with_gulp • npm install • gulp
dev • done 6
gulpfile.js gulp module path define 7
gulpfile.js gulp task source path pipe? 8
Pipe? 9
Pipe water sweet water pipe sugar pipe lemon sweet lemon
water ts javascript pipe ts compile pipe destination ts compile and put at destination 10
gulpfile.js ts pipe ts compile javascript pipe destination ts compile
and put at destination 11
gulpfile.js open local server call task when file change 12
Q & A 13
Thank you 14