
From: samhenri <samuel.guimaraes@eldorado.org.br> Added Bootstrap-select original CSS and moved to ui/libs folder. Also changed folder structure and separated js files from css. Updated makefiles and configure.ac to support changes listed above. samhenri (1): Moving bootstrap-select js and css to separate folders configure.ac | 3 +++ ui/libs/bootstrap-select/Makefile.am | 4 +--- ui/libs/bootstrap-select/bootstrap-select.min.js | 8 -------- ui/libs/bootstrap-select/dist/Makefile.am | 20 ++++++++++++++++++++ ui/libs/bootstrap-select/dist/css/Makefile.am | 22 ++++++++++++++++++++++ .../dist/css/bootstrap-select.min.css | 6 ++++++ ui/libs/bootstrap-select/dist/js/Makefile.am | 22 ++++++++++++++++++++++ .../dist/js/bootstrap-select.min.js | 8 ++++++++ 8 files changed, 82 insertions(+), 11 deletions(-) delete mode 100644 ui/libs/bootstrap-select/bootstrap-select.min.js create mode 100644 ui/libs/bootstrap-select/dist/Makefile.am create mode 100644 ui/libs/bootstrap-select/dist/css/Makefile.am create mode 100644 ui/libs/bootstrap-select/dist/css/bootstrap-select.min.css create mode 100644 ui/libs/bootstrap-select/dist/js/Makefile.am create mode 100644 ui/libs/bootstrap-select/dist/js/bootstrap-select.min.js -- 1.9.3