diff options
author | feld <feld@FreeBSD.org> | 2016-10-19 04:56:50 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2016-10-19 04:56:50 +0800 |
commit | 74ffa79f1e747f1dfd5a965f12bfa1150f4cf323 (patch) | |
tree | 2028d8b05d331ae725dd2e20966bdd0c417b9bb5 /www/Makefile | |
parent | c2d6f88bd13459104f37015cded79eaa06303eb7 (diff) | |
download | freebsd-ports-graphics-74ffa79f1e747f1dfd5a965f12bfa1150f4cf323.tar.gz freebsd-ports-graphics-74ffa79f1e747f1dfd5a965f12bfa1150f4cf323.tar.zst freebsd-ports-graphics-74ffa79f1e747f1dfd5a965f12bfa1150f4cf323.zip |
Integrates the webassets library with Flask, adding support for merging,
minifying and compiling CSS and Javascript files.
WWW: http://github.com/miracle2k/flask-assets
PR: 213325
Submitted by: Kyle Evans <bsdports@kyle-evans.net>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index d8ab211e351..1ed3344b0bc 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1608,6 +1608,7 @@ SUBDIR += py-feedgenerator SUBDIR += py-flask SUBDIR += py-flask-admin + SUBDIR += py-flask-assets SUBDIR += py-flask-bootstrap SUBDIR += py-flask-cache SUBDIR += py-flask-compress |