Skin-builder and webix-jet.

Hi, I have trouble applying code generated by webix skin builder into an webix-jet application.

My application is based on jet-start from the official github.

and I use following link for the skin builder https://webix.com/skin-builder/.

Error prompt

ERROR in ./sources/styles/app.css
Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
ModuleNotFoundError: Module not found: Error: Can't resolve './fonts/webixfa-webfont.eot' in '/Users/...

Easy way to reproduce the error is just to download the jet-starter and post in the css-code from skin-builder.

Thanks in advance :slight_smile:

Hello @kubb,

Easy way to reproduce the error is just to download the jet-starter and post in the css-code from skin-builder.

Unfortunately, I wasn’t able to reproduce the issue you are having. I’ve taken the following steps:

!. Get the Jet Demo App and install all of the needed dependencies (npm install).
2. Generate a custom skin via the Skin Builder tool, proceed to download it.
3. Replace the path to webix.css in index.html with the path to the new skin.

If all of this has be done, there should be no errors and the new skin should be applied.