git ssb

0+

ev / deck



Tree: 37f3988939c642326f7aebf2dadb5fc1b87581f1

Files: 37f3988939c642326f7aebf2dadb5fc1b87581f1 / scripts / style.js

201 bytesRaw
1var fs = require('fs')
2var path = require('path')
3
4fs.writeFileSync(
5 path.join(__dirname, '..', 'deck.css.json'),
6 JSON.stringify(fs.readFileSync(path.join(__dirname, '..', 'deck.css'), 'utf8'))
7)
8
9

Built with git-ssb-web