From f12e5a28b1cd86d5de95e53fcef56dedf55e0475 Mon Sep 17 00:00:00 2001 From: Manuel Bachmann Date: Tue, 5 Jan 2016 11:32:05 +0100 Subject: Add "dist.prod" directory, modify .gitignore "dist.prod" is a snapshot of compiled application ; it is useful for demos, and because compiling AngularJS code (using npm, gulp...) within Yocto means lots of efforts for little gain. Signed-off-by: Manuel Bachmann --- afb-client/dist.prod/opa/index.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 afb-client/dist.prod/opa/index.html (limited to 'afb-client/dist.prod/opa/index.html') diff --git a/afb-client/dist.prod/opa/index.html b/afb-client/dist.prod/opa/index.html new file mode 100644 index 0000000..6727a95 --- /dev/null +++ b/afb-client/dist.prod/opa/index.html @@ -0,0 +1,3 @@ +Simple Sample Application
\ No newline at end of file -- cgit 1.2.3-korg