A simple framework for bits pushed to browsers
Go to file
Petr Písař aa922d14c6 Unify httpd and nginx packaging
This makes the spec file more uniform. A change is that the post and
postun scripts for httpd do not pull in systemd. An httpd.service is
restarted only if systemd has already been installed. This makes
a systemd-less container easier. (The ball is on httpd side now.)
This patch also fixes few missing dependencies.
2022-03-23 10:38:58 +01:00
.gitignore Initial setup of the repo 2013-08-26 12:23:26 +00:00
httpd-web-assets.conf Unify httpd and nginx packaging 2022-03-23 10:38:58 +01:00
LICENSE rename the license now that we have proper git 2013-07-19 04:29:31 -07:00
macros.web-assets rename directories per discussion on lists 2013-07-30 09:07:24 -07:00
nginx-web-assets.conf Add basic support for nginx 2022-03-22 16:18:19 +01:00
README.devel add brief README to devel 2013-08-24 11:34:51 -07:00
README.md add some instructions 2013-07-19 04:49:36 -07:00
sources Initial setup of the repo 2013-08-26 12:23:26 +00:00
web-assets.rpmlintrc Unify httpd and nginx packaging 2022-03-23 10:38:58 +01:00
web-assets.spec Unify httpd and nginx packaging 2022-03-23 10:38:58 +01:00

one directory to rule them all

For more information, see the proposal and proposed guidelines

Try Me

sudo yum install git fedora-packager
git clone https://github.com/tchollingsworth/fedora-web-assets
cd fedora-web-assets
fedpkg --dist=f19 local
sudo yum install noarch/*

There are also some builds here.