#11: use specific jQuery versions
--------------------------+-------------------------------------------------
Reporter: simko | Owner: simko
Type: enhancement | Status: new
Priority: critical | Milestone: v1.0
Component: Installation | Version:
Keywords: jQuery |
--------------------------+-------------------------------------------------
Comment(by simko):
BTW, concerning the wget and file version issue, the installation
should clean after itself so there should be no temporary zip files
left. E.g. it is being done already:
{{{
$ make install-jquery-plugins -n | grep rm
[...]
rm jquery.tablesorter.zip && \
rm jquery.uploadify-v2.1.0.zip && rm -r uploadify && \
rm jquery.autogrow-1.2.2.zip && \
rm json2.js.tmp && \
rm jquery.treeview_3.zip && \
rm -rf development-bundle && \
rm jquery-ui-1.7.3.custom.zip)
}}}
but it is possibly not complete, or bad things happen if installation
dies in the middle, so it would be good indeed to strengthen this as
well.
--
Ticket URL: <http://invenio-software.org/ticket/11#comment:3>
Invenio <http://invenio-software.org>