1.0.5 • Published 4 years ago

@tinyspa/scripts v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

tinyspa-scripts

Package containing scripts to build and serve a site based on @tinyspa/core.

Configuration file app.config.js can be included in /src folder to override defaults.


default config

module.exports = {
  name: 'tinyspa',
  shortName: 'tinyspa',
  description: 'tinyspa site',
  iconSizes: [72, 96, 128, 144, 152, 192, 384, 512],
  iconPath: 'images/icons',
  iconTextColor: '#fff',
  iconTextFont: 'Courier New',
  startUrl: '/',
  display: 'standalone',
  backgroundColor: '#66EDA8',
  themeColor: '#66EDA8',
  contentPrefetch: 'content'
};
KeyComment
nameApp name
descriptionApp description
iconSizesIcon sizes to generate
iconPathPath to where icons should be stored
iconTextColorIcon text color
iconTextFontIcon text font
startUrlStart url for app
displayDisplay property for app
backgroundColorBackground color for app. Also used as icon background color.
themeColorApp theme color