diff options
author | Paul Duncan <pabs@pablotron.org> | 2016-07-18 21:16:59 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2016-07-18 21:16:59 -0400 |
commit | f442f7a57b3b6b988f1d914b4ef5c53993b1fa90 (patch) | |
tree | 6941249bada8065816b96a55fcee115416e5d86f /data/themes/sample-theme/guff-manifest.json | |
parent | a8b773addc615f85c5e6fbb1835581c25c75504e (diff) | |
download | guff-f442f7a57b3b6b988f1d914b4ef5c53993b1fa90.tar.bz2 guff-f442f7a57b3b6b988f1d914b4ef5c53993b1fa90.zip |
add theme packer
Diffstat (limited to 'data/themes/sample-theme/guff-manifest.json')
-rw-r--r-- | data/themes/sample-theme/guff-manifest.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/data/themes/sample-theme/guff-manifest.json b/data/themes/sample-theme/guff-manifest.json new file mode 100644 index 0000000..407ac40 --- /dev/null +++ b/data/themes/sample-theme/guff-manifest.json @@ -0,0 +1,23 @@ +{ + "format": 1, + "metadata": { + "name": "Sample Theme", + "version": "1.0", + "date": "2016-07-18" + }, + + "files": [ + "css/style.css", + "js/script.js" + ], + + "assets": { + "scripts": [ + "js/script.js" + ], + + "styles": [ + "css/style.css" + ] + } +} |