From 92547f26b68b986e5bc4e811f115c5c57dfa54ca Mon Sep 17 00:00:00 2001 From: Manuel Bachmann Date: Thu, 28 Jan 2016 12:26:00 +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 --- afm-client/dist.prod/opa/index.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 afm-client/dist.prod/opa/index.html (limited to 'afm-client/dist.prod/opa/index.html') diff --git a/afm-client/dist.prod/opa/index.html b/afm-client/dist.prod/opa/index.html new file mode 100644 index 0000000..6727a95 --- /dev/null +++ b/afm-client/dist.prod/opa/index.html @@ -0,0 +1,3 @@ +Simple Sample Application
\ No newline at end of file -- cgit 1.2.3-korg