mirror of https://github.com/statping/statping
9 lines
318 B
Go
9 lines
318 B
Go
![]() |
// Package source holds all the assets for Statup. This includes
|
||
|
// CSS, JS, SCSS, HTML and other website related content.
|
||
|
// This package uses Rice to compile all assets into a single 'rice-box.go' file.
|
||
|
//
|
||
|
// To compile all the assets run `rice embed-go` in the source directory.
|
||
|
//
|
||
|
// by Hunter Long
|
||
|
package source
|