mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #16654
[Bug 1259650] Re: Ability to turn css / js files into minimised versions for production sites
Checked https://www.gnu.org/licenses/license-
list.html#GPLCompatibleLicenses and Apache license 2.0 is compatible
with GPL 3+. Would that feature then also work with nginx?
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1259650
Title:
Ability to turn css / js files into minimised versions for production
sites
Status in Mahara ePortfolio:
New
Bug description:
Currently in mahara most css and javascript files are not
compressed/minimised - this is great if you are editing them as a
designer / programmer but means it is slower for sites to load.
It would be good if there could be a system that miniaturizes css / js files for production sites,
ie when $cfg->productionmode = true
I'm not sure how this will work - possibly an admin page with options
on what to minimise (that can also be accessed via commandline for
deployment scripts to access if needed) in conjunction with a
mod_rewrite rule so that the correct files are accessed.
Or maybe some other way of doing it - it would be good to find out
what others do for this kind of thing.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1259650/+subscriptions
References