【AMAD】django-compressor -- 将JS和CSS文件压缩为一个缓存文件

简介

django-compressor1的example:

{% load compress %}

{% compress css %}
<link rel="stylesheet" href="/static/css/one.css" type="text/css" charset="utf-8">
<style type="text/css">p { border:5px solid green;}</style>
<link rel="stylesheet" href="/static/css/two.css" type="text/css" charset="utf-8">
{% endcompress %}

个人评分

类型 评分
实用性 ⭐️⭐️
易用性 ⭐️⭐️⭐️
有趣性 ⭐️⭐️

  1. Github Repo 

猜你喜欢

转载自www.cnblogs.com/thomaszdxsn/p/amaddjangocompressor--jiangjs-hecss-wen-jian-ya-su.html