Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmandersen/cdn
A script for generating files for your CDN. Typically a merge of various js/css-libraries.
https://github.com/cmandersen/cdn
Last synced: 11 days ago
JSON representation
A script for generating files for your CDN. Typically a merge of various js/css-libraries.
- Host: GitHub
- URL: https://github.com/cmandersen/cdn
- Owner: cmandersen
- License: mit
- Created: 2014-11-24T05:23:20.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-24T06:07:11.000Z (almost 10 years ago)
- Last Synced: 2023-08-09T15:23:27.296Z (over 1 year ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CDN GENERATOR
Generate your own combined files for your CDN, and keep them up to date semi-automatically.
## Installing
A package.json file exists for NPM, so you can just run `npm install`.
## Running the script
I've put the script into the default function of gulp, so running the script consists of running the `gulp` command.
## What happens?
- The script clones the latest from the repositories provided
- Copies those files in the base directory for future reference (primarily use by the .map-files)
- Combines the combinable files into their respective .min-files, resulting in a example.min.js and example.min.css file.