IP Cow Assets CDN

This repository serves as the central storage for static assets used across the IP Cow ecosystem. It hosts stylesheets, scripts, fonts, and images that are consumed by the main website and associated services.

Structure

Deployment

These assets are deployed to assets.ipcow.com. This separation allows for aggressive caching and shared usage across different subdomains if needed.

Key Files

_headers

This file configures the response headers for the static assets. Crucially, it sets:

js/main.js

Contains shared UI logic, including:

Usage

Assets are typically linked in the main project like so:

<link rel="stylesheet" href="https://assets.ipcow.com/css/styles.css">
<script src="https://assets.ipcow.com/js/main.js" async></script>

License

This project is licensed under the MIT License - see the LICENSE file for details.