9 lines
354 B
Go
9 lines
354 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.
|
|
//
|
|
// More info on: https://github.com/hunterlong/statup
|
|
package source
|