git ssb

0+

dangerousbeans / dangerous_patchbay



forked from Dominic / patchbay

Tree: 5ad997b45961f9143176e86d336daddac8c2aa0f

Files: 5ad997b45961f9143176e86d336daddac8c2aa0f / scripts / style.js

203 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