瀏覽代碼

Remove bower.json and swap to using unpkg

1.x
Isaac Bythewood 7 年之前
父節點
當前提交
9b71a7449c
共有 2 個檔案被更改,包括 4 行新增13 行删除
  1. +0
    -9
      bower.json
  2. +4
    -4
      pinry/templates/base.html

+ 0
- 9
bower.json 查看文件

@@ -1,9 +0,0 @@
{
"name": "pinry",
"dependencies": {
"jquery": "2.0.3",
"bootstrap": "3.3.6",
"handlebars": "1.0.0",
"dropzone": "^4.3.0"
}
}

+ 4
- 4
pinry/templates/base.html 查看文件

@@ -108,11 +108,11 @@
<!-- End Templates -->

<!-- JavaScript -->
<script src="https://unpkg.com/jquery@2.2.4/dist/jquery.min.js"></script>
<script src="https://unpkg.com/bootstrap@3.3.6/dist/js/bootstrap.min.js"></script>
<script src="https://unpkg.com/handlebars@4.0.6/dist/handlebars.min.js"></script>
<script src="https://unpkg.com/dropzone@4.3.0/dist/min/dropzone.min.js"></script>
{% compress js %}
<script src="{% static "vendor/jquery/jquery.js" %}"></script>
<script src="{% static "vendor/bootstrap/dist/js/bootstrap.js" %}"></script>
<script src="{% static "vendor/handlebars/handlebars.js" %}"></script>
<script src="{% static "vendor/dropzone/dist/dropzone.js" %}"></script>
<script src="{% static "js/helpers.js" %}"></script>
<script src="{% static "js/messages.js" %}"></script>
<script src="{% static "js/lightbox.js" %}"></script>


Loading…
取消
儲存