git ssb

16+

Dominic / patchbay



Commit 50981c0cb7feb96c20e97e3f63f0a75519286265

remove unused file

mix irving authored on 12/20/2016, 8:49:26 AM
Michael Williams committed on 12/23/2016, 7:27:16 AM
Parent: b4a12543a07fd041ced6d5f8589af61a578fc331

Files changed

scripts/create-index.jsdeleted
scripts/create-index.jsView
@@ -1,8 +1,0 @@
1-var fs = require('fs')
2-var path = require('path')
3-
4-fs.writeFileSync(
5- path.join(__dirname, '..', 'style.css.json'),
6- JSON.stringify(fs.readFileSync(path.join(__dirname, '..', 'style.css'), 'utf8'))
7-)
8-

Built with git-ssb-web