I need to include external folder with js, css, images, fonts in my ember engine mounted on ember app.
when i include my js and css files in vendor and import in ember-cli-build.js, it is complied in vendor.js
But i need that external folder as it is.
CSS
You can simply place your css files into app>styles then need to include in app.css as ‘import .css’
Font
place font files into public folder and use in css file.
Image
Place images into public folder and use into your code