git ssb

1+

punkmonk.termux / mvd



forked from ev / mvd

Tree: b7c122f32a21918d997f6a13cc0d2e51f3ab4bcc

Files: b7c122f32a21918d997f6a13cc0d2e51f3ab4bcc / 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