diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-02-10 10:48:17 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-02-10 10:48:17 +0100 |
commit | ee82008b4b7b6a03287f86950d3bdb2b047b5bbc (patch) | |
tree | dd639e329287c987521961d1b6592688d6c8cedf /afm-client/.gitignore | |
parent | d663533aad6585b33f4fe3138ae6ed9e0b520e78 (diff) |
synchronize with sources
After modifying sources, gulp must be used using
the command:
gulp build-app-prod
That regenerates dist.prod/opa/AFBclient.min.js
I ran it and removed artefacts of dist.prod/sessions
Change-Id: If2a501291fcbd246727906205c46649fa2abce24
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'afm-client/.gitignore')
-rw-r--r-- | afm-client/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/afm-client/.gitignore b/afm-client/.gitignore index ba5820b..51874cd 100644 --- a/afm-client/.gitignore +++ b/afm-client/.gitignore @@ -1,7 +1,7 @@ #bower_components/ node_modules/ dist.dev/ -#dist.prod/ +dist.prod/sessions/ *.DS_Store nbproject/private/ .noderc* |