openpsa / jsgrid

Fork of last jqGrid version before license change
http://openpsa.github.io/jsgrid/
Other
28 stars 12 forks source link

Builder notice components #89

Closed bouks closed 9 years ago

bouks commented 9 years ago

It would be cool if the js header comments mention the chosen components in the builder. So if updates comes, people can remember the components they chose and make the same build.

meh-uk commented 9 years ago

Nice idea!

smartcorestudio commented 9 years ago

Yes. Also, maybe it's more complicated, but there is one more option: to generate config js file which can be loaded later into download builder (you can see something similar for example in ckeditor http://ckeditor.com/builder or bootstrap http://getbootstrap.com/customize/ build customizers )

flack commented 9 years ago

Yes, this is definitely on my todo list. @smartcorestudio: It's not that complicated anymore, because download builder already changes grid.base.js before sending it to closure compiler (to inject the chosen default locale), so we have all the logic in place already, we just need to add one more line