Skip to content

Instantly share code, notes, and snippets.

@kompolom
kompolom / make.js
Last active April 18, 2016 20:10
try i18n
var PRODUCTION = process.env.YENV === 'production',
langs = ['ru'],
fs = require('fs'),
path = require('path'),
techs = require('./techs'),
PLATFORMS = {
'desktop' : ['common', 'desktop'],
'mobile' : ['common', 'touch', 'mobile'],
'tablet' : ['common', 'touch', 'tablet']
},