About
The DevExpress analytics-core-cli package is a toolkit designed to help developers handle the devexpress-reporting and devexpress-dashboards packages. The toolset will be supplemented as needed.
Usage
Process custom Knockout HTML templates to make the script-src 'unsafe-eval' directive unnecessary
The 'processBindings' tool processes your custom Knockout HTML templates and generates a file with the code that calls the addToBindingsCache
function to add your templates to the cache.
To process custom templates, execute the following command:
node node_modules/@devexpress/analytics-core-cli/utils/processBindings <templates folder path> <result file path>
Command parameters are as follows:
templates folder path
- A folder that contains template files (.HTML, .CSHTML). Nested folders are processed recursively.
result file path
- Path to the file being created
For more information, review the following help topic: Content Security Policy.
License
A commercial license for DevExpress ASP.NET controls is required to use this package. Please visit this page for more information about licensing.