You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building scripts manually from the source code bundle does not produce minified files, just the regular scripts.
Reproduction of the problem
Download the source code bundle from your telerik profile. Open the src folder and execute npm install and then npm run scripts. This will produce only the raw-js folder without the js folder that should include the minified files.
Current behavior
The minified and map files are missing during manual compilation.
Expected/desired behavior
The above files should be generated.
Environment
Kendo UI version: 2024.1.319
jQuery version: all
Browser: [all]
The text was updated successfully, but these errors were encountered:
Bug report
Building scripts manually from the source code bundle does not produce minified files, just the regular scripts.
Reproduction of the problem
Download the source code bundle from your telerik profile. Open the
src
folder and executenpm install
and thennpm run scripts
. This will produce only theraw-js
folder without thejs
folder that should include the minified files.Current behavior
The minified and map files are missing during manual compilation.
Expected/desired behavior
The above files should be generated.
Environment
The text was updated successfully, but these errors were encountered: