electron-userland / electron-compile

DEPRECATED: Electron supporting package to compile JS and CSS in Electron applications
1.01k stars 99 forks source link

Remove all CLI's from compile #261

Open MarshallOfSound opened 7 years ago

MarshallOfSound commented 7 years ago

With forge being pretty much the CLI for electron-compile applications packaging an internal CLI doesn't make much sense anymore.

That and because electron-compile is a production dependency we can remove the yargs dependency from production builds 👍

Fixes #209.

NOTE: This is a breaking change so will be major bump (thanks for reminding me @malept )