From 436b6ae3dffa1c44a1332f3d3e7615d8447bc4c4 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 28 Apr 2015 18:18:39 +0100 Subject: [PATCH] added packaging tools --- BigBoxOfHTML | 5 ----- BigBoxOfHTML.md | 9 +++++++++ 2 files changed, 9 insertions(+), 5 deletions(-) delete mode 100644 BigBoxOfHTML create mode 100644 BigBoxOfHTML.md diff --git a/BigBoxOfHTML b/BigBoxOfHTML deleted file mode 100644 index 610a194..0000000 --- a/BigBoxOfHTML +++ /dev/null @@ -1,5 +0,0 @@ -# The Big Box of HTML - -## Testing Tools - - [.resizr](http://resizr.co/) - Responsive website testing tool - - diff --git a/BigBoxOfHTML.md b/BigBoxOfHTML.md new file mode 100644 index 0000000..9442708 --- /dev/null +++ b/BigBoxOfHTML.md @@ -0,0 +1,9 @@ +# The Big Box of HTML + +## Testing Tools + - [.resizr](http://resizr.co/) - Responsive website testing tool + - + +## Packaging Tools + - [NW.js](http://nwjs.io/) - Previously known as `node-webkit`, this tool lets you package your HTML / CSS / JS app into a bundle (native for your target desktop platform) with Blink & Node.JS. + - [Electron](http://electron.atom.io/) - An alternative to the above. Looks to be smaller, but I don't really know how it works.