Commit Graph

5 Commits (master)

Author SHA1 Message Date
Vasil Rangelov a7804bd441 Made bundle.js write the uncompressed bundle only when standalone is present. Previously, it would instead write it, and remove it later if applicable. 2017-05-19 12:02:52 +03:00
Vasil Rangelov be552a668c Tweaked bundle.js to support UglifyJS3. 2017-05-19 00:40:05 +03:00
Evgeny Poberezkin 1b4cbcba33 refactor: bundle script 2017-03-11 21:20:11 +00:00
Evgeny Poberezkin 8485849c40 style: scripts, eslint 2017-03-11 20:36:09 +00:00
Vasil Rangelov ae3e5d431c Replaced the "bundle" script with a cross platform Node script called "bundle.js" (modeled after the original).
Added "del-cli" as a dev dependency, as a cross platform replacement of "rm".

Changed the quotes in the "if-node-version" call to doubles, to prevent dummy file being created on Windows.
2017-03-08 16:50:59 +02:00