[ckan-dev] Recreate Minified JavaScript

Sean Hammond sean.hammond at okfn.org
Tue Feb 12 09:52:12 UTC 2013


> CKAN is using Fanstatic to organize the JavaScript and create minified
> version of those script files.  How can I recreate those minified
> files?

There is a `paster minify` command with ckan that creates the minified
css and js files from the source ones.

Generally we don't update the minified css and javascript files each
time we change the source files on a development branch, so if you're
going to deploy a development branch in production you do need to run
`paster minify` yourself.




More information about the ckan-dev mailing list