wiki | forum | trac | otrs | joomla | tech blog | mailman | bewelcome Branches: test.bw | alpha.bw | www.bw Participate: download | get involved

Ticket #571 (new unknown)

Opened 3 months ago

Last modified 3 months ago

JavaScript minification

Reported by: guaka Assigned to: guaka
Priority: minor Milestone: unassigned
Component: unknown Version:
Keywords: javascript, minify Cc: tobixen
Follow up needed: test Frequently reported: 1
Announce on BW: 0

Description

I implemented jsmin.py on our update script for test.bewelcome.org. It's a bit rough still, but working now. If everything works fine it can be implemented on alpha as well.

echo Minifying javascript
for f in $(find /var/www/test_html/htdocs/script/*|grep js$); do 
        # echo $f;
        /usr/bin/python /var/www/jsmin.py <$f >/tmp/minified.js;
        cp /tmp/minified.js $f; 
        # cat $f; 
done

Change History

05/28/08 09:51:18 changed by guaka

  • owner set to guaka.
Trac Customization: trac stylesheet
SourceForge.net Logo