Skip to content

A tiny, self contained version of front-end assets for testing and debugging

Notifications You must be signed in to change notification settings

BillieBobbel23/test-assets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)
  • Some images of cats (freeimages)
  • 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 uses this package for debugging by running it's tasks against it.

About

A tiny, self contained version of front-end assets for testing and debugging

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published