Skip to content
Snippets Groups Projects
Commit 10d6672b authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] include license files in web build - fix #475

parent 30e42a90
No related branches found
No related tags found
No related merge requests found
......@@ -279,7 +279,12 @@ gulp.task('copy-files:web', ['clean:tmp', 'clean:web', 'sass', 'config'], functi
// Copy lib/ionic
gulp.src('./www/lib/ionic/**/*.*')
.pipe(gulp.dest(tmpPath + '/lib/ionic'))
.pipe(gulp.dest(tmpPath + '/lib/ionic')),
// Copy license
gulp.src('./www/license/**/*.*')
.pipe(gulp.dest(tmpPath + '/license'))
)
.on('end', done);
});
......
......@@ -59,8 +59,8 @@ angular.module("cesium.config", [])
}
}
},
"version": "0.12.8",
"build": "2017-06-08T07:08:49.578Z",
"version": "0.12.9",
"build": "2017-06-09T06:44:15.139Z",
"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment