首页 > 解决方案 > jQuery UI 主题

问题描述

当我尝试下载 jQuery UI 主题时,我收到以下消息:'Error 502 Ray ID: 5971b498fc66e047 • 2020-05-21 22:24:04 UTC Bad gateway'。在 GitHub 上,他们说这个问题已经有 8 个多月了。如何获得 jQuery UI 主题?我可以从其他地方得到它吗?

标签: javascriptjquerythemes

解决方案


您可以在本地构建一个。

我遵循以下步骤步骤

自述文件中概述的确切步骤对我不起作用。所以我不得不稍微修改一下。他们来了:

Step 1: I have ubuntu 18 and process did not work for me. Installation of ImageStick failed at make install due to error blob.c file. So I downloaded VirtualBox and installed Ubuntu 16.04LTS.
Step 2: Download node-v7.10 (version 12 did not work for as npm failed)
Install following two pacakges as these are needed for grunt prepare:
Step 3: sudo apt-get install libxml2
Step 4: sudo apt-get install xsltproc 
Following is needed for ImageStick with PNG=yes:
Step 5: apt-get install libpng-dev
Step 6: Download and install ImageMagick-6.9.11-30. Only this version worked for me. Ensure with-PNG is YES as mentioned in the readme.doc.
Step 7: git clone download.jqueryui.com-2.1.16. Do not use master.
Step 8: npm install
Step 9: grunt prepare
Step 10: node server.js --console
Step 11: goto localhost:8088

推荐阅读