@vee_winch wrote:
Hello,
From this document ( https://guides.emberjs.com/v2.14.0/addons-and-dependencies/managing-dependencies/ ) it show me to add external js, css and “compile” into a single file but how to add css in some page only?
For example: I have many css and js that is already imported into ember-cli-build.js and will be compiled to vendor.css, vendor.js. Now I have jquery-ui.css which is too large to compile into a single vendor.css file. That jquery-ui.css will be use in few pages so it is no need to appears in vendor.css all the time.
How to add css in some page only?
Posts: 1
Participants: 1