1.0.7 • Published 8 years ago

nwjs-edgejs-compiler v1.0.7

Weekly downloads
1
License
ISC
Repository
bitbucket
Last release
8 years ago

nwjs-edgejs-compiler

Module to wrap edge.js compiling

Example

var edgejsCompiler = require('nwjs-edgejs-compiler');
edgejsCompiler({
	version: '0.13.3',
	arch: 'x64',
	force: false,
	msvs: '2015'
}, function (err, files) {
	// files is an array of the needed edge js files
    // copy files to where ever
});
1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago