- 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.
- UNIX操作系統設計
- Linux從零開始學(視頻教學版)
- Haskell Financial Data Modeling and Predictive Analytics
- Windows Phone 7.5 Data Cookbook
- Ubuntu Linux操作系統
- Ganglia系統監控
- 新手易學:系統安裝與重裝
- Linux集群和自動化運維
- 嵌入式Linux應用開發菜鳥進階
- macOS效率手冊
- 移動應用UI設計模式(第2版)
- Learning Bootstrap
- Kali Linux 2018:Windows Penetration Testing
- 計算機系統:基于x86+Linux平臺
- Cassandra 3.x High Availability(Second Edition)