qlik-oss / core-get-started

Get started with Qlik Core.
MIT License
32 stars 15 forks source link

qlik-styles.css & require.js file is missing #103

Closed rajasekar-d closed 6 years ago

rajasekar-d commented 6 years ago

Description

qlik-styles.css & require.js file is missing in the qlikcore/engine:12.171.0 container, which is required for qdt-components.

http://localhost:9076/resources/autogenerated/qlik-styles.css http://localhost:9076/resources/assets/external/requirejs/require.js

Steps to Reproduce

  1. Install qdt-components
  2. Render visualization ie. qdtComponents.render('QdtViz', {id: 'eRSdp', height:'200px'}, element);
Expected behavior

qlik-styles.css & require.js file should be loaded into browser.

Actual behavior

qlik-styles.css & require.js file path was not found.

Environment

Library
[ ] Node.js
[ ] Browser
Operating system
[ ] Windows

Versions

axelssonHakan commented 6 years ago

Those files are part of the Qlik Sense Client and should NOT be included in the qlikcore/engine container. Qlik Core is purely the QAE (Qlik Associative Engine).