How to include Include External Folder with JS & CSS files, Img, Fonts in Ember Engine

Hi,

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.

Any Solution?

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

That’s not my case.

I need to include external files in ember app (same folder structure as it is).

Note: Not compiled in to vendor.js