- Oracle JET for Developers
- Raja Malleswara Rao Pattamsetti
- 204字
- 2021-07-02 22:03:09
What is the build pipeline?
Making the web component package an easily deployable set of limited components from the developed resources for easy migration and browser support is the primary goal of build pipeline tools such as Grunt, Gulp, RequireJS, and webpack. During development, we could add a number of additional resources and write the Sass/LeSS content as such.
However, during the application serving phase, wherein the application is run on browser we would want to deliver the content in browser-understandable format. This needs a bit of compilation, a packaging task is involved. The build pipeline addresses such processes seamlessly for perse frontend technologies used to develop our application.
Please note that either of these tools can help you build and serve your application. You can choose one based on your project needs and prior knowledge.
Syntactically Awesome StyleSheets (Sass) is a scripting language that is interpreted or compiled into Cascading Style Sheets (CSS). SassScript is the scripting language itself.
LESS (Leaner CSS, sometimes stylized as LESS) is a dynamic style sheet language that can be compiled into CSS and run on the client side or server side.
- 從零開始寫Linux內(nèi)核:一書學(xué)透核心原理與實(shí)現(xiàn)
- Ansible權(quán)威指南
- Kubernetes網(wǎng)絡(luò)權(quán)威指南:基礎(chǔ)、原理與實(shí)踐
- Joomla! 3 Template Essentials
- 蘋果OS X Mavericks 10.9應(yīng)用大全
- AWS SysOps Cookbook
- Hands-On GPU Programming with Python and CUDA
- iOS 10 開發(fā)指南
- Linux內(nèi)核API完全參考手冊(cè)(第2版)
- Hadoop Real-World Solutions Cookbook
- Learning Joomla! 3 Extension Development(Third Edition)
- 再也不踩坑的kubernetes實(shí)戰(zhàn)指南
- Instant Responsive Web Design
- Docker for Developers
- 嵌入式Linux設(shè)備驅(qū)動(dòng)程序開發(fā)指南(原書第2版)