git ssb

2+

ev / mvd



Tree: 2536dec31ad49889ae8b471204a9c2a54e23ecd9

Files: 2536dec31ad49889ae8b471204a9c2a54e23ecd9 / style.js

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

Built with git-ssb-web