lolipop99 / Notes

笔记
MIT License
2 stars 0 forks source link

前端自动化构建 #8

Open lolipop99 opened 7 years ago

lolipop99 commented 7 years ago

Rollup篇

https://div.io/topic/1977 https://zhuanlan.zhihu.com/p/25276769

lolipop99 commented 7 years ago

gitlab-runner gitlab-ci自动化构建篇

http://zhaozhiming.github.io/blog/2015/11/30/gitlab-ci-runner-create-and-config/ https://scarletsky.github.io/2016/07/29/use-gitlab-ci-for-continuous-integration/ http://www.jianshu.com/p/2b43151fb92e https://www.szyhf.org/2017/01/16/gitlab-ci-yml%E9%85%8D%E7%BD%AE%E8%AF%B4%E6%98%8E%EF%BC%88%E5%AE%98%E6%96%B9%E6%96%87%E6%A1%A3%E7%BF%BB%E8%AF%91%EF%BC%89/

# 注册runner
gitlab-ci-multi-runner register

# 启动runner
gitlab-runner run-single -u http://gitlab.example.com -t my-runner-token

# 批量启动
sudo gitlab-ci-multi-runner run
lolipop99 commented 6 years ago

webpack篇

webpack.config.js参考

IE8 下访问webpack.UglifyJsPlugin 压缩的代码出错

webpack构建优化