jQWidgets Forums

jQuery UI Widgets Forums General Discussions Google closure compiler

This topic contains 3 replies, has 2 voices, and was last updated by  Peter Stoev 11 years, 8 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Google closure compiler #32351

    jimg
    Participant

    We use Google’s closure compiler ( http://closure-compiler.appspot.com/ ) to reduce the number of javascript files transmitted in page requests. We don’t want to use the 1.6MB jqx-all.js file. When we tried using the closure compiler to concatenate the handful of jqwidgets javascript files that we do use, the jqwidgets scripts didn’t work (methods not found). Any suggestions on reducing the number of jqwidgets script files without using the large jqx-all.js file?

    Google closure compiler #32360

    Peter Stoev
    Keymaster

    Hi jimg,

    You cannot reduce the size of something which is already minimized. If you do not want to use jqx-all.js, then you can use the individual script files and load only these that you need for your app.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    Google closure compiler #32445

    jimg
    Participant

    I’m not trying to reduce the size, I’m trying to reduce the number of files, like I said in my original post.

    Google closure compiler #32449

    Peter Stoev
    Keymaster

    Hi jimg,

    That means that you can simply open a Text file and copy the files content one after another in that new Text file.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.