Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Feng Dihai

Pages: [1]
1
I plan to submit our patches later.

Thank you for your wonderful work.

2
Help for ParamQuery Pro / How source code of PQ Grid being minimized?
« on: February 03, 2017, 09:02:23 am »
We have patched pqgrid.dev.js to improve user experience. According to the commercial license, it is required to be minimized to before releasing to end users. We plan to use Uglifyjs2 to do the job, but encountering several warnings when compressing, such as:
  • side effects in initialization of unused variable
  • non-strict equality against boolean: == false or true
  • drop unreacheable codes/unused variables

How pqgrid.dev.min.js being minimized (Google Closure compiler/YUI/any others)? Does warnings above corrupt PQ Grid?
Thank you. 

Pages: [1]