git ssb

0+

cel-desktop / ssb-pkg



Tree: b5f837feead2289e0e40ebb9331c756fc171e063

Files: b5f837feead2289e0e40ebb9331c756fc171e063 / dictionary / google-closure-compiler.js

351 bytesRaw
1'use strict';
2
3module.exports = {
4 pkg: {
5 patches: {
6 'lib/node/closure-compiler.js': [
7 'require.resolve(\'../../compiler.jar\')',
8 'require(\'path\').join(require(\'path\').dirname(process.execPath), \'compiler/compiler.jar\')'
9 ]
10 },
11 deployFiles: [
12 [ 'compiler.jar', 'compiler/compiler.jar' ]
13 ]
14 }
15};
16

Built with git-ssb-web