Bootstrap 3 minify js and css files

Bootstrap 3 minify js and css files

annetannet Posts: 12Questions: 1Answers: 0
edited December 2013 in Plug-ins
I am using Bootstrap 3 and downloaded jquery.dataTables.js 1.10.0-dev, dataTables.bootstrap.js and dataTables.bootstrap.css.
These files aren't minified, are there minified versions of these files available, if not is there a way to minify them myself.

Kind regards,

Annet

Replies

  • allanallan Posts: 61,451Questions: 1Answers: 10,055 Site admin
    1.10 min is available here: http://datatables.net/download/build/jquery.dataTables.nightly.min.js?_ (CloudFlare is caching 1.9.4 without the get parameter at the moment - I need to fix that).

    The integration files can be minified using standard tools such as closure compiler or YUI compress.

    Allan
  • annetannet Posts: 12Questions: 1Answers: 0
    edited December 2013
    Hi Allan,

    Thanks for your reply. So far everything works fine.

    Kind regards,

    Annet
  • allanallan Posts: 61,451Questions: 1Answers: 10,055 Site admin
    It would be great if you could link me to the page so I can take a look and see what is happening. At the moment I'm afraid I don't know.

    Allan
  • annetannet Posts: 12Questions: 1Answers: 0
    The problem was caused by local form-inline settings interfering we dataTables' form-inline.
    I solved the problem by adding the settings to the form's id rather than form-inline.

    Kind regards,

    Annet
This discussion has been closed.