Project

General

Profile

How to combine CSS and JS files?

Added by George Notaras almost 8 years ago

Hi all,

I'm looking for a way to concatenate (combine) all CSS and JS files, but unfortunately there seems to be no straightforward way to do it.

My experience with Ruby and RoR is very little. After much trial and error and web research, I tried to experiment with the asset pipeline, but then I discovered that it's not supported by Redmine.

So, is there an alternative way to do this? I tried to experiment with the 'bundle-fu' plugin, without success.

Thank you in advance!


Replies (1)

RE: How to combine CSS and JS files? - Added by George Notaras almost 8 years ago

After much effort, I made some changes to the source code of the bundle-fu plugin (mainly changed the output paths and stopped passing the javascript through the minimizer because it produced an error), but the final result was not the expected one as the final page layout appeared messed up.

Any ideas are very welcome.

    (1-1/1)