https://github.com/billiebobbel23/test-assets
A tiny, self contained version of front-end assets for testing and debugging
https://github.com/billiebobbel23/test-assets
assetbundle assets front-end tiny
Last synced: 4 months ago
JSON representation
A tiny, self contained version of front-end assets for testing and debugging
- Host: GitHub
- URL: https://github.com/billiebobbel23/test-assets
- Owner: BillieBobbel23
- Created: 2018-03-10T17:55:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T13:45:23.000Z (about 5 years ago)
- Last Synced: 2023-03-01T08:21:38.625Z (over 3 years ago)
- Topics: assetbundle, assets, front-end, tiny
- Language: HTML
- Size: 1.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-assets
A tiny, self contained version of front-end assets for testing and debugging.
Everybody has that point where they need to test a build system, compiler, optimizer or any other utility that requires assets.
That's where test-assets comes in, it clones a bunch of html, css, js, images, fonts and svg's right into your project folder with one easy command.
## Installation:
``git clone https://github.com/BillieBobbel23/test-assets your/path/here``
## contents
test-assets contains:
* An index.html file
* An .SCSS file with some styles used for index.html
* A Javascript file
* A TTF fontfile ([Lato](http://www.latofonts.com/))
* Some images of cats ([freeimages](https://www.freeimages.com/))
* A few SVG's
everything is contained within the ``src`` folder
## Usage
This is simply a self contained module of front-end assets that is useful for testing and debugging of (automation) tools.
Apply it where needed.
**See it in action**
[nodejs-boilerplate](https://github.com/BillieBobbel23/node-boilerplate) uses this package for debugging by running it's tasks against it.