rename website/client to website/client-old

This commit is contained in:
Matteo Pagliazzi
2016-09-14 15:06:32 +02:00
parent 555ddbbe4c
commit 4b48b7a5f6
353 changed files with 57 additions and 57 deletions

View File

@@ -4,7 +4,7 @@ import {writeFileSync} from 'fs';
gulp.task('prepare:staticNewStuff', () => {
writeFileSync(
'./website/client/new-stuff.html',
'./website/client-old/new-stuff.html',
jade.compileFile('./website/views/shared/new-stuff.jade')()
);
});