# HG changeset patch # User rougeronj # Date 1428446272 -7200 # Node ID aaffa46a2b7975b0a47c3455c83549ed1bb3210f # Parent ee963d1c409bb0dc21d9d078955dee6fa1d1d861 add gulp task "copy-server" to copy the project built, on the django server diff -r ee963d1c409b -r aaffa46a2b79 client/app/index.html --- a/client/app/index.html Wed Apr 08 00:36:37 2015 +0200 +++ b/client/app/index.html Wed Apr 08 00:37:52 2015 +0200 @@ -1,10 +1,17 @@ + + + Ammico : Home + + + + + + + + ' + }, + css: { + src: ['lib.css', 'app.css'], + tpl: '' + }, + imgLogo: { + src: 'ammico_logo_small.png', + tpl: '' + }, + imgFooter: { + src: 'logo_IRI_footer.png', + tpl: 'Logo IRI' + } + })) + .pipe(gulp.dest('./../server/ammico/templates')); +}); + gulp.task('watch',function(){ gulp.watch([ 'build/**/*.html', diff -r ee963d1c409b -r aaffa46a2b79 client/package.json --- a/client/package.json Wed Apr 08 00:36:37 2015 +0200 +++ b/client/package.json Wed Apr 08 00:37:52 2015 +0200 @@ -20,6 +20,7 @@ "gulp-csslint": "^0.1.4", "gulp-filesize": "0.0.6", "gulp-flatten": "0.0.2", + "gulp-html-replace": "^1.4.4", "gulp-jshint": "~1.5.0", "gulp-load-plugins": "~0.4.0", "gulp-minify-css": "^0.3.4",