commit | 99d199f300405c3700837a21ae97f6742c16b513 | [log] [tgz] |
---|---|---|
author | Iftekharul Islam <iislam@us.ibm.com> | Fri Mar 24 15:28:25 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Sep 20 12:41:33 2017 -0500 |
tree | 4208e0d0697a889d29c6262353404a135cef011d | |
parent | 38f681feee9d576ad962aae5fa46ad24ccc02d29 [diff] [blame] |
Major update to code structure * Split files into independent files based on functionality. * Switch to bower/gulp for build. Change-Id: Ibc775dd9b7f6a0a49f63c22162b7582e781e2d9c Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>
diff --git a/.gitignore b/.gitignore index e845085..8574c3b 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,5 +1,9 @@ npm-debug.log node_modules/ +bower_components/ dist/ +target/ +.temp/ *.swp .idea +app/styles/index.css