savoirfairelinux / sous-chef

Sous-Chef is a web application to help organizations to plan and deliver meals, and to manage clients files.
GNU Affero General Public License v3.0
67 stars 45 forks source link

Request: inline all frontend libraries #767

Closed kousu closed 7 years ago

kousu commented 7 years ago

There are a few frontend libraries which are externally hosted. It seems like these could be inlined to /static/:

https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.10/semantic.min.js https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.10/semantic.min.css https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js

lingxiaoyang commented 7 years ago

Needs to change gulp file, I think. Refs 89d6febc1a27ef88781cfe8323e1d1310cfc2bcf.

lingxiaoyang commented 7 years ago

Fixed by #779. Closing...