-
Notifications
You must be signed in to change notification settings - Fork 12
Not all jqGrid file are included in the build #29
Comments
Thanks for the report! Should be fixed now. |
One small additional remark. I understand many advantages of building process which uses Grunt. Nevertheless I tried to test only one thing: the size of the final file If I compile the current Best regards |
@OlegKi I just tested
Could you post the error message you are getting? |
About the compiler: If you look a bit at benchmarks, it seems that Closure Compiler compresses a little bit better, and runs approx. ten times slower than Uglify. Since the https://github.com/thanpolas/grunt-closure-tools which seems to provide all the configuration we need. I'll open a new ticket for the change |
The difference that you executed In any way I can't reproduce the problems now. Either the problem is soled or I have now another state of the files. So we can forget the problem. |
Hi,
I do made some changes in my repository to reduce the size of resulting
jquery.jqGrid.min.js
. I don't planned to do to make such changes before, but the results was too good: i could reduce the size ofjquery.jqGrid.min.js
by the last changes from 282 KB (289.272 bytes) till 275 KB (282.532 bytes) in the current version.After that I compared the size of
grid.js-4.7.0.min.js
andgrid.js-4.7.0.js
with the size ofjquery.jqGrid.min.js
andjquery.jqGrid.src.js
from my repository. Yourjquery.jqGrid.min.js
is smaller. After some additional analyse I've found out that the current build ofgrid.js-4.7.0.min.js
andgrid.js-4.7.0.js
don't includes the files which you moved in external folder:It's a clear bug in the build process which need be fixed.
Best regards
Oleg
The text was updated successfully, but these errors were encountered: