aszx87410 / frontend-intermediate-course

It's a free online course about some frontend tech including Ajax, CORS, gulp, webpack and so on.
266 stars 88 forks source link

[作業] hw9 #129

Closed clingoram closed 7 years ago

clingoram commented 7 years ago

slack 帳號

vis_oram

哪一個作業

節省 Request 的極致:一為全,全為一

作業 Github 連結

https://github.com/clingoram/frontend-intermediate-course/tree/master/answers/hw9

作業 Github Page 連結

https://clingoram.github.io/frontend-intermediate-course/answers/hw9/index.html

其他補充說明

我覺得還蠻疑惑的,因為不曉得是不是因為我之前把css引入到index.js內的關係?又或者我哪做錯了?我的dist/index.html沒有css style

aszx87410 commented 7 years ago

這樣做是對的喔,很神奇吧 因為你把 css 引入到 js 裡面,所以載入 css 的方法不一樣喔 你的 css 也一起被 bundle 到 js 裡面了,在這: https://github.com/clingoram/frontend-intermediate-course/blob/master/answers/hw9/dist/bundle.min.js#L9473